cross browser - Intermittent Internet Explorer Compatibility Mode Issues -


has encountered issues internet explorer 8 (on windows xp/7) , 9, , 10 (windows 7/8) intermittently switching compatibility mode?

we did redesign of our application utilizes css3, html5, , angular.js. may irrelevant, had html5 elements , css3 styling before redesign everywhere.

this issue occurs when user logs our site our login page or marketing site. once user logged in compatibility mode stays. visually breaks bunch of css , happens randomly , hard reproduce clients have logged enough bugs me know issue. session or network issue? our doctype html5 , not use meta tag ie-edge. used have in head of document removed tag (after these bugs popping up) seems have no effect except ie still intermittent switches compatibility mode , ie8 on xp crashes less.

microsofts docs not helpful on this. need figure out how fix can't share url (due product restrictions). tried moving location of meta tag, switching html5 shivs (currently have afarkas ie8 branch , loads in ie8.

ie default renders intranet web sites using compatibility view.

i have success using iis http response headers force standard mode. go iis, http response headers. add

name : x-ua-compatible

value : ie=10

microsoft discourages use of ie=edge. see http://msdn.microsoft.com/en-us/library/ff955275(v=vs.85).aspx full list


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -