Turning off IE8 Compatibility Mode, Good or Bad?
Posted
by Mike Cornell
on Stack Overflow
See other posts from Stack Overflow
or by Mike Cornell
Published on 2010-03-26T14:08:40Z
Indexed on
2010/03/26
14:13 UTC
Read the original article
Hit count: 655
Hopefully this question isn't as subjective as I think it may be.
I have an Intranet application which needs to work with IE8 as the enterprise is replacing IE6 as the standard browser.
Our testing team found that it did not work in IE8, little did they know that it actually did. Their browsers were set to run IE8 in compatibility mode for Intranet applications.
I found that if I set the meta tag for X-UA-Compatible to IE=EmulateIE8 that I could force the browser to render this application as IE8 and the application worked fine.
Are there any pitfalls that I don't know about for this solution? If so, is there a better solution?
© Stack Overflow or respective owner