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

Reply via email to