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_google_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%[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