Ayala
unread,Feb 1, 2012, 10:20:05 AM2/1/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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