Hi,
I'm using GWT 2.3 and I came across this issue (although I'm not sure
it's related to GWT directly):
Using IE 8 at some point I have a situation like this:
Document.get().getElementById("someDivId").setInnerHTML("");
few lines below the line:
Element e = Document.get().getElementById("someDivId");
returns e == null
in Firefox and Chrome that doesn't happen
any idea for a workaround?
Thanks
Julio
--
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.