Search code examples
internet-explorergwtinternet-explorer-9celltablegwt-celltable

Why is GWT CellTable rendering incorrectly in my installation of Internet Explorer 9?


I am developing a Java GWT & App Engine application and use a CellTable to display items uploaded by users into the Blobstore.

It all works fine, and looks like this:

Firefox rendering

But today I noticed a problem in my IE9. I know it's only my version of IE9 as it works fine on another computer using IE9 standard settings, and works fine in IE8 as well.

It looks like the JavaScript that renders the table isn't running correctly, but scripts are enabled as otherwise the app wouldn't run at all. This is what I'm seeing:

Internet Explorer is rubbish

I have tried resetting my IE9 to factory defaults in IE but I still get the problem.

I can't uninstall and reinstall because in true Microsoft style, it doesn't appear in the uninstall programs menu. facepalm

I can't install it again over itself because it is already installed :/

If anyone has any ideas, or can point me in the right direction I would really appreciate it.

Thanks all!


Solution

  • I ran into this issue when I had the Chrome Frame plugin installed. I could only reproduce it in IE9 32bit.

    Fix

    • Uninstall the Chrome Frame plugin if you have that installed.
    • If you still see this issue, or do not have Chrome Frame, try disabling/uninstalling other IE plugins to see if that fixes your issue.