Wednesday, February 1, 2012

Bug in CellTable.Resources when migrating to GWT 2.4

Hi,
After the migration to GWT 2.4 from GWT 2.3,
my cellTable is not affected anymore by the CellTable.Resources.

I tried to debug the problem and saw that in the method
replaceAllRows
in the class AbstractCellTable<T>.Impl
The style is removed on the line
section.setInnerHTML(html.asString());

While the html.asString contain the right html content, table rows
with the right style,
after using the setInnerHtml command , the section (tbody) does not
contain <tr> and <td> but only <div>.

I saw in another thread that there is a bug in IE8 and IE9 with the
setInnerHtml and setContent shoule be used instead.

How can I ovveride this method??

I would appriciate your help

Ayala


--
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.

No comments:

Post a Comment