Top "Internet-explorer-11" questions

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

Loading css (stylesheet) ONLY for IE11

I want to load a css file only for IE11 browser. How can I do it? I understand that I …

html css stylesheet internet-explorer-11 conditional-comments
Emulating print media in Internet Explorer

I am implementing printing of a web page that is originally displayed in Internet Explorer. I would like to use …

internet-explorer printing internet-explorer-11 ie-developer-tools print-preview
ActiveX custom event cannot work on IE11

I upgraded my IE from version 10 to 11 and found that my ActiveX custom event couldn't work. The reason is that …

internet-explorer activex internet-explorer-11
IE 11 border-radius weirdness (did not occur in IE 9 and IE 10)

I have searched for similar questions related to border-radius in IE 11, but only one found on the Microsoft IE Developer …

internet-explorer css internet-explorer-11
how can I use babel polyfill to support all IE11 issues with gulp

I've been piecing together support for IE11 by adding plugins for transform-object-assign and array-includes and now I'm getting a symbol …

javascript gulp internet-explorer-11 babeljs polyfills
react with IE11 is not working, displaying blank screen

when trying to load application in IE11 it just shows blank screen and errors with syntax error on this line …

reactjs webpack internet-explorer-11 babel-polyfill babel-loader
Site behaves differently when developer tools are open IE11

Im using the following template in IE11 and can not figure out why the sidebar sings in every time navigation …

javascript jquery html internet-explorer-11 ie-developer-tools
Mutation Observer is undefined

I am attempting to fix and issue with my code. I was originally using DOMNodeRemoved and DOMNodeInserted for keeping an …

javascript jquery internet-explorer-11 netsuite mutation-observers
Assignment to read-only properties is not allowed in strict mode IE11

I have been told by IE11 that var self = this is a read-only variable... Yet I am not assigning anything …

javascript internet-explorer internet-explorer-11 use-strict
React truncate text by line

I need to truncate card title (text) with react. I try to use dotdotdot component https://www.npmjs.com/package/…

javascript reactjs internet-explorer-11 mozilla