I have been trying to track down some strange IE8 bugs like the screen going blank and history issues (I am using LayoutPanels in standards mode). The problem only occurred when I accessed my site through our firewall. If I ran it locally or directly from the server it worked fine. The thing that I didn't notice was that compatibility mode was cached for our public URL on my machine. Unclicking compatibility mode fixed all my issues.
To avoid this issue in the future and stop users from running in compatibility mode I added the following to my entry point HTML file <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" /> This disables compatibility mode. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
