Rather than detaching, could you render the new contents in a hidden div and
then replace the tbody?

IE is a little tricky about doing this kind of thing with table elements,
but HTMLPanel.HTMLPanel(String, String) shows the workaround for that (just
render inside a div and all is forgiven).

On Tue, May 24, 2011 at 12:50 PM, <jlaba...@google.com> wrote:

> In Firefox 3.6 and older, detaching a tbody from a table causes Firefox
> to convert all of the TD elements to divs.  Firefox 4.0 doesn't have
> this problem and works as expected.
>
> I updated the patch to skip the detach in Firefox 3.6-.
>
>
> http://gwt-code-reviews.appspot.com/1443805/
>
> --
> http://groups.google.com/group/Google-Web-Toolkit-Contributors
>

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to