When I have a <div id="test">...</div> on the host page and have
<module rename-to="test"> in the module xml file, this module can't be
loaded (especialy in IE), because bootstrap code from
module.nocache.js tries to create an iframe with the same id as module
name. Then on the maybeStartModule() it successfully gets the required
element just to find out it's not an iframe and has not contentWindow
property.

I think this should be at least documented, or, better, fixed: id of
the frame should be generated with the algorithm same as with css
class names in UiBinder and/or somehow controlled.

-- 
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-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to