Re: GWT Application does not work in IE8 at all?

2010-06-25 Thread Jyaif
I found the solution to my problem: I was not including the history iframe. On Jun 23, 5:15 pm, Olivier Monaco wrote: > Hi, > > You added a catch block. What is the caught exception? Can you add a > uncaught exception handler using GWT.setUncaughtExceptionHandler in > the constructor of your Entr

Re: GWT Application does not work in IE8 at all?

2010-06-23 Thread Olivier Monaco
Hi, You added a catch block. What is the caught exception? Can you add a uncaught exception handler using GWT.setUncaughtExceptionHandler in the constructor of your EntryPoint? Do you catch an exception? Do you have a small project with this error? Olivier On Jun 13, 6:48 pm, Xandel wrote: > Hi

Re: GWT Application does not work in IE8 at all?

2010-06-23 Thread Jyaif
I have exactly the same error, except that it happens in IE7. The application runs fine in IE8. The application is built with GWT 2.0.3. For the record, the faulty generated code is: function entry0(jsFunction, thisObj, arguments_0){ var initialEntry; initialEntry = entryDepth++ == 0; try {

Re: GWT Application does not work in IE8 at all?

2010-06-23 Thread Jyaif
Hi, I found your initial post on stackoverflow, and came here hoping for answers... I have the exact same problem you have, except it's under IE7. I have no problem under IE8. For me, the error comes from: function entry0(jsFunction, thisObj, arguments_0){ var initialEntry; initialEntry = entr

GWT Application does not work in IE8 at all?

2010-06-14 Thread Xandel
Hi there, Hopefully you guys can help me. I have built a GWT application which runs perfectly in Firefox and Chrome. When attempting to load it up in Internet Explorer 8 I get the error from one of my generated cache.html files: Line: 408 Char: 12 Error: Exception thrown and not caught. Code: 0