Top "Internet-explorer-11" questions

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

CSS3 -ms-max-content in IE11

We can set in CSS3 -moz-max-content (for Firefox) and -webkit-max-content (for Chrome, Safari) as width, but it seems -ms-max-content is …

html css internet-explorer internet-explorer-11
Icon fonts not loading in IE11

We're using icomoon for our icon fonts, and they work fine in Chrome and Firefox, but won't display in IE11... …

css internet-explorer internet-explorer-11 webfonts
Why doesn't justify-content: center work in IE?

I have this simple div with a button inside of it. justify-content: center; works fine using Firefox and Chrome, but …

css flexbox internet-explorer-11
Prevent IE11 caching GET call in Angular 2

I have a rest endpoint that returns a list on a GET call. I also have a POST endpoint to …

javascript angular typescript internet-explorer-11 http-caching
IE 11 Developer Tools Issue - Exception in window.onload

I installed Internet Explorer 11 on my Windows 7 machine and it's not building the DOM in DOM Explorer. Does any one …

windows-7 internet-explorer-11 developer-tools
How to merge object in IE 11

I have the following array of object: Objs[0] = {Name : "ABC"}; Objs[1] = {Roll : 123} I'm trying to make it as the following: …

javascript object internet-explorer-11
Flex auto margin not working in IE10/11

I have a complex layout where I center various elements vertically and horizontally with flexbox. The last element then has …

css internet-explorer flexbox internet-explorer-11 internet-explorer-10
dispatchEvent not working in IE11

I am using the following code to submit to a form: element.dispatchEvent(new Event("submit")); Inspector returns the error: …

javascript javascript-events internet-explorer-11 dispatchevent
'WebForm_DoPostBackWithOptions' is undefined in IE11 Preview

IE11 is coming. I just installed the developer preview version. However, if I run some of my web application and …

asp.net internet-explorer asp.net-mvc-4 internet-explorer-11
Image label for input in a form not clickable in IE11

The problem In IE11 the image in the following code is clickable to activate/toggle the input in the label: &…

html css internet-explorer-11