It is working! I use Canvas class and it doesn't work in IE8, I have
disabled, temporarily, the canvas object and it works. Now I need to
find another implementation for what I did with the Canvas.

There is an old open issue about this - 
http://code.google.com/p/gwt-canvas/issues/detail?id=12

Thanks again
Itzik

On 25 ספטמבר, 18:55, DaveS <[email protected]> wrote:
> To get some traction on debugging the JS code, you need to build with
> UNOBFUSCATED mode, in the project configuration (e.g. the POM if
> building with maven).
>
> Also, you could post the error here, someone might be able to help you
> then, with more detail to go on.
>
>   Dave.
>
> On Sep 25, 3:06 pm, 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to