Top "Internet-explorer-11" questions

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

IE11 Document mode defaults to IE7. How to reset?

My Internet Explorer 11 on my Windows 8.1 Surface tablet defaults to document mode 7, causing a lot of websites to render wrongly. …

internet-explorer compatibility internet-explorer-11
CSS Grid Layout not working in IE11 even with prefixes

I'm using following HTML markup for my grid. <section class="grid"> <article class="grid-item width-2x height-2…

html css internet-explorer-11 css-grid
Flexbox Not Centering Vertically in IE

I have a simple web page with some Lipsum content that is centered on the page. The page works fine …

internet-explorer css flexbox internet-explorer-11
"Object doesn't support this property or method" error in IE11

I am getting the error Critical Error: Object doesn't support this property or method addeventlistener while accessing the InfoPath form …

sharepoint internet-explorer-11
Form/JavaScript not working on IE 11 with error DOM7011

The register button for our ASP.net form, which uses the __postback function stopped working on IE 11, from the developer …

javascript internet-explorer browser browser-cache internet-explorer-11
Text in a flex container doesn't wrap in IE11

Consider the following snippet: In Chrome, the text is wrapping as expected: But, in IE11, the text is not wrapping: …

css internet-explorer flexbox internet-explorer-11
Support for ES6 in Internet Explorer 11

According to this page http://kangax.github.io/compat-table/es6/, ES6 features are not implemented in IE 11. Does IE 11 have …

javascript internet-explorer internet-explorer-11
Detecting IE11 using CSS Capability/Feature Detection

IE10+ no longer supports browser detection tags to identify a browser. For detecting IE10 I am using JavaScript and a …

internet-explorer-11 sample feature-detection
IE11 meta element Breaks SVG

I've embedded an SVG files data directly into my html. It shows in Chrome and Firefox, but in IE11 it …

internet-explorer svg internet-explorer-11
Access denied in IE 10 and 11 when ajax target is localhost

I'm trying to do a ajax call between a server (http) that is on internet. And target that to my …

ajax xmlhttprequest cors internet-explorer-10 internet-explorer-11