On 2 avr, 15:14, Christopher Lariscy - Curriculum Advantage
<[email protected]> wrote:
> We are now receiving an IE error on each page of our existing code.
> When tracing this into the compiled files we find that it is erroring
> on a js function generated by GWT. I am linking the function that it
> errors on.
>
> function
> com_google_gwt_dom_client_Element_is__Lcom_google_gwt_core_client_JavaScrip
> tObject_2
> (o){
> if (o.nodeType) {
> return o.nodeType == 1;
> }
> return false;
>
> }
>
> I am not sure why this is occurring and if it is a gwt issue or our
> code, however this error does not present itself when running in gwt
> 1.5.3 which leads me to believe it is an RC issue. Has anyone else
> encountered this issue and resolved it and or found a work around?
It looks like
http://groups.google.fr/group/Google-Web-Toolkit-Contributors/t/d1f5637159eec9ee
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---