Hi I developed an application in GWT. It worked perfectly in Chrome and Safari. However, when I tried it on IE8 I was shocked because it didn't work anymore.
So when I browse to the application I just see a blank page and at the bottom left there is this warning sign. When I click on it says: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/ 4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2) Timestamp: Thu, 29 Sep 2011 19:31:40 UTC Message: Exception thrown and not caught Line: 657 Char: 5 Code: 0 URI: http://something.com/test_light/test_light/658EB31931BDA704313D9668F70CF983.cache.html So I opened the Developer Tools and there is a message: Exception thrown and not caught on line 657. This is the line 653 until 663: function entry_0(jsFunction){ return function(){ try { return entry0(jsFunction, this, arguments); } catch (e) { throw e; } } ; } The most weird thing is, that when I click on refresh button of the browser, then the application works. I also put a <meta http-equiv="X-UA-Compatible" content="IE=8"> (as suggested here http://code.google.com/p/google-web-toolkit/wiki/IE8Support) in my .html file and it didn't change anything. I always thought that GWT is compatible with IE6,7,8. I hope someone can help me solving this issue. Many thanks in advance for any kind of help. -- 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.
