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_JavaScriptObject_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?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---