Explorer 8 and InnerHTML issue
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home