Re: Help - my web site based on GWT fails to load in IE8

2009-09-27 Thread Itzik Yatom
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 T

Re: Help - my web site based on GWT fails to load in IE8

2009-09-26 Thread Itzik Yatom
Thanks Dave Still fails. In my case adding the meta tag has no influence, although my web site doesn't fail with REAL IE7 Itzik On 25 ספטמבר, 21:57, "t.dave" wrote: > 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 wha

Re: Help - my web site based on GWT fails to load in IE8

2009-09-25 Thread t.dave
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: not sure if that's a good long term solution, but made my app go from non-functional to functional. hope

Re: Help - my web site based on GWT fails to load in IE8

2009-09-25 Thread DaveS
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

Help - my web site based on GWT fails to load in IE8

2009-09-25 Thread Itzik Yatom
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 pane