internet explorer 8 - IE8 shows blank page after meta refresh, although the HTML is fully loaded -


We are facing a strange problem in IE8 with our website. Sometimes our homepage is completely empty, though the HTML is completely full. Additionally, the mouse pointer responds to buttons and links even if they are not displayed. When we hover over the place where there should be a button or a link, the mouse pointer has the answer as if it was a real link or a button. It seems that IE8 has outlined the entire page, but it has not displayed it. We are experiencing this problem quite randomly on different machines in IE8.

I am reading the subject of many platforms about this behavior but have not found a solution yet. But I have some signs that it should be related to the fact that the CMS we use refreshes the meta on the page we serve in the root of our domain, it looks like this:

  & lt; Html & gt; & Lt; Top & gt; & Lt; Title & gt; Redirect & lt; / Title & gt; & Lt; Meta http-equiv = "refresh" content = "0; URL = / web / show" & gt; & Lt; / Head & gt; & Lt; Body & gt; & Lt; / Body & gt; & Lt; / Html & gt;   

When we go to our domain example.com and are sent to us at example.com/web/show, then this problem occurs occasionally when we directly see example.com/ Web / show, this problem never happens, so there is something to refresh it.

  • In Firefox we can see that the / web / show return response code 200
  • Enable "Allow Meta Refresh" security setting in IE8.

    Your help will be highly appreciated.

    We resolved the problem by removing @font-face.

Comments