Skip to main content

All Questions

0 votes
0 answers
177 views

Flex box contents overflow fix for Internet explorer?

This image part contains two images, light-green square image and the other image, with different pixels for height & width each other, and they are wrapped in a box with flex CSS, to align ...
Damegami's user avatar
2 votes
0 answers
808 views

React Component not rendered in IE 10 or 11

I have my react component which is working fine in firefox, chrome and Microsoft Edge but I get a blank page when I check it in IE 10 or IE 11. I understood that it has to do something with polyfills....
Nikhil Raikar's user avatar
-1 votes
1 answer
294 views

Internet explorer 11 temporary files located at

I would like to know where temporary files and/or cache is setup on a Windows 7 or windows 10 workstation when internet explorer 11 is being used? I would like to also know if these temporary files ...
user1816979's user avatar
5 votes
1 answer
974 views

IE 10 & 11 interpret min-width incorrectly in flexbox

IE 10 & IE 11 interpret a set min-width incorrectly when used in combination with flex box. In the image below, both divs have their flex set to 1 1 0%; but the first one has a min-width of 200px ...
suamikim's user avatar
  • 5,238
45 votes
1 answer
58k views

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 margin-right:auto; applied to push the elements left (and negate centering ...
Michael's user avatar
  • 1,762
3 votes
1 answer
886 views

Angular JS Error: [$rootScope:infdig] in IE 10 and IE 11 only

I'm running Angular JS v1.4.7 and the app completely crashes in Internet Explorer 10 and 11 (we don't support older). When I check the console I see: Error: [$rootScope:infdig] which is somewhat ...
emersonthis's user avatar
  • 33.2k
3 votes
0 answers
856 views

IE 10 & 11 - CSS transition events not firing

I have page transition animation where I slide out the first page and slide in the second page. I'm leveraging the transitionend event to detect when each transition has complete, rather than use ...
Seth's user avatar
  • 10.4k
2 votes
1 answer
2k views

different time value in chrome and ie 11 using momentjs

When I run console.log(moment("2015-12-29 04:02:50.000 UTC", 'YYYY-MM-DD hh:mm:ss').valueOf()); I get 1451341070000 in chrome. But when I console the same thing in IE 11 I get a different value ...
Raaz's user avatar
  • 1,723
-2 votes
1 answer
214 views

Compatibility from ie11 to ie10

I developed on ie11 and the code works fine in this browser version, but when I use ie10 - it doesn't work. I found this: if ($.browser.msie && $.browser.version === 10) { $("html")....
moshe's user avatar
  • 39
0 votes
1 answer
604 views

IE10/IE11 does not display unicode characters inside of SVG

I'm using D3.js for displaying unicode character inside of SVG as seen below. g.append("text") .html("➤"); This works perfectly in Firefox and Chrome, but displays nothing in IE10/...
CuriousSuperhero's user avatar
1 vote
1 answer
3k views

Why Is IE11 Rendering This Flexbox Layout Incorrectly?

I have a flexbox based layout that involves a centered container comprising of a header and body.The container has a minimum height to prevent it collapsing too much if there is little content in its ...
Undistraction's user avatar
0 votes
4 answers
446 views

How prevent a style sheet from loading in IE including versions 10 and 11

I would like to create separate style-sheets, one for all IE versions and another one for "normal browsers" ;)
David Martins's user avatar
2 votes
1 answer
158 views

What will IE9 do if it encounters X-UA-Compatible header that says to emulate IE10?

We want IE11 to emulate IE10 so we're going to add a X-UA-Compatible directive to IE=EmulateIE10. But if our server is hit by IE9, how will IE9 interpret that directive?
Mike Gorman's user avatar
0 votes
0 answers
144 views

background svg issue in ie10 & 11

There seems to be a svg issue in ie with displaying background image from an assets folder. Some svg portions work while other parts don't. It works fine in all other browsers except ie. The css ...
Scott Carlton's user avatar
0 votes
0 answers
2k views

Does IE 11 support offline storage, so web pages can work completely offline

Background: I am building an html5, angularjs offline web appliation. Issue: My offline web application works in the offline mode in chrome and firefox. But it fails to work in the offline mode in ...
user1455719's user avatar
  • 1,055

15 30 50 per page