IE8 Inconsistent Rendering when Reloading

Posted by leeand00 on Stack Overflow See other posts from Stack Overflow or by leeand00
Published on 2009-03-20T15:13:37Z Indexed on 2010/05/05 8:48 UTC
Read the original article Hit count: 321

Filed under:
|
|

I am working on fixing a website that doesn't work in the new release of IE8. After a bit I found out that you can force IE8 to render as IE7 with the following meta tag:

<!--
  Meta tag for IE8 so that it always displays the site in IE7 Compatibility mode
 -->
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

I have found that although the page loads fine when you specify this meta-tag; However, when you click or press the refresh button after the initial load of the page, the page renders completely wrong (see bellow):

This really seems like an IE8 bug to me, as I've never seen any other browser render inconstantly on a page refresh.

As anyone else noticed this?


Update!

This was cause by having CompanionJS installed in IE8.

© Stack Overflow or respective owner

Related posts about ie8

Related posts about refresh