>
> Here we'd have multiple spans so the temporary <div> would contain "<span 
> id='gwt-uid-1'></span><span id='gwt-uid-2'></span>…" and then the HTMLPanel 
> constructor uses getFirstElementChild() on the div to use as the panel's 
> root element, so the HTMLPanel's root element ends up being the first 
> <span> (rather than the <tr>) and the other spans are 
> ignored/forgotten/garbage-collected.
>

 Ah makes sense..maybe this helps me to identify the issue I had. Same 
exception but without using a custom tag for HTMLPanel.

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to