i had IE8 issues when it first came out. i'm still on GWT 1.5.3 - thought later versions should play nicer with IE8, but what fixed my issue was adding the following to the html host page:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> not sure if that's a good long term solution, but made my app go from non-functional to functional. hope that helps On Sep 25, 9:06 am, Itzik Yatom <[email protected]> wrote: > I have just finished to develop a web site that is mostly written in > GWT. During a non-trivial load that contains many panels and widgets > build, asynchronous server requests for grabbing information from DB > and XML file contents, it fails in IE8 on adding the main Composite > object to the root panel with unclear JavaScript message. > In Firefox and IE7 it works fine. How can I get information about the > failure cause ? and this is, actually, a general question - How can I > get information where is the failure in my Java classes when at > runtime all Java classes are compiled to JS ? > > It looks like a nightmare when everything works at development > environment where you can debug the Java code but it fails on runtime > with an error that tells you nothing about the real problem. > > Thanks in advance > Itzik Yatom --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
