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:
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:
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!
I ran into this issue when I had the Chrome Frame plugin installed. I could only reproduce it in IE9 32bit.
Fix