I think the problem might lie with GWT core code. I can't see which
part of my code this relates to.

I have tried it in the the 2.0 RC and it sitll has the same problem.
Below is the Javascript call stack from IE.

>       
> com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2Ljava_lang_Object_2
        JScript anonymous function
        gwtOnLoad
        maybeStartModule
        JScript anonymous function
        JScript global code

Thanks,

Charlie M

On Nov 17, 7:33 pm, Chris Ramsdale <[email protected]> wrote:
> Would you mind entering an issue for this? Also, do you happen to have a the
> snippet of Java code that is resulting in the above JS?
>
>
>
> On Mon, Nov 16, 2009 at 9:51 AM, Charlie M <[email protected]> wrote:
> > Hi All,
>
> > I have been recently testing out GWT 2.0 currently from the 2.0 branch
> > of the SVN although I have also tried Milestone 2. My app works fine
> > in Chrome and Firefox in both development and hosted modes.
>
> > When I try and run it in IE 6, 7 or 8 it complains of Javascript
> > errors. It complains of an "Invalid Argument" on the finally
> > statement.
>
> > The generated code is below:
>
> > function
>
> > com_google_gwt_core_client_impl_Impl_entry0__Ljava_lang_Object_2Ljava_lang_ 
> > Object_2Ljava_lang_Object_2Ljava_lang_Object_2
> > (jsFunction, thisObj, arguments){
> >  var initialEntry;
> >  initialEntry = com_google_gwt_core_client_impl_Impl_entryDepth++ ==
> > 0;
> >  try {
> >    return jsFunction.apply(thisObj, arguments);
> >  }
> >   finally {
> >    initialEntry && (com_google_gwt_core_client_impl_SchedulerImpl_
> > $clinit__V() ,
>
> > com_google_gwt_core_client_impl_SchedulerImpl_runScheduledTasks__Lcom_googl 
> > e_gwt_core_client_JsArray_2Lcom_google_gwt_core_client_JsArray_2V
> > (com_google_gwt_core_client_impl_SchedulerImpl_FINALLY_1COMMANDS,
> > com_google_gwt_core_client_impl_SchedulerImpl_FINALLY_1COMMANDS));
> >    --com_google_gwt_core_client_impl_Impl_entryDepth;
> >  }
> > }
>
> > Does anyone have any ideas.
>
> > Thanks,
>
> > Charlie M
>
> > --
>
> > 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]<google-web-toolkit%2Bunsubs 
> > [email protected]>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-web-toolkit?hl=.

--

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=.


Reply via email to