Top "Internet-explorer-11" questions

Internet Explorer 11 (IE11) is the successor to Internet Explorer 10.

Internet Explorer 9, 10 & 11 Event constructor doesn't work

I am creating an event, so use the DOM Event constructor: new Event('change'); This works fine in modern browsers, …

internet-explorer-9 internet-explorer-10 internet-explorer-11 dom-events custom-events
"SSL network extender service is down" error in IE11

Using CheckPoint I'm trying to use a VPN access from work to my clients site, which worked fine in Windows 7 …

internet-explorer ssl internet-explorer-11 windows-10 checkpoint
SVG animation is not working on IE11

I have a really simple loading animation that works perfectly on Firefox and Chrome, but in IE11 it's not showing …

css animation svg internet-explorer-11
Absolute positioning error in Internet Explorer 11

I have a page that displays correctly in Google Chrome, Firefox, and Opera, but has an error in Internet Explorer 11. …

css css-position internet-explorer-11
How to install IE11 on windows server 2012 standard

I have IE 10 installed on windows server 2012 standard. I want to download and install IE11, but I see no option …

internet-explorer-11 windows-server-2012-r2
CSS Blur in IE 11

I have been trying to get A css blur effect in IE 11 for hours and did not make any progress. …

css internet-explorer filter internet-explorer-11 blur
window.ActiveXObject difference in IE11

While looking over our site in IE11 to find out what's broken now, we noticed that the below code doesn't …

javascript internet-explorer-11
font awesome icon is not appearing in IE 11, but showing in other browsers

I am new to font-awesome icons. I have one page in which there is a filter where user can search …

internet-explorer-11 font-awesome
First Fetch API call cancelled by the second in IE11

I have a ReactJS application that works as expected in Chrome, but fails in IE-11. The problem is this - …

javascript internet-explorer-11 fetch-api
How can I polyfill Promise with webpack?

I'm using webpack to bundle up my JavaScript. I'm depending on modules like popsicle which use any-promise. Here's my code: …

javascript webpack internet-explorer-11 polyfills