Hey,

I am having a problem adding rows to a CellTable in Safari.

It seems that Safari doesn't render the content of the CellTable
occasionally. That is, the ListDataProvider table has data, but it's
not being reflected in the cell table widget. Refreshing the page
sometimes solves this issue. In general it works ~60% of the time.

Here's the code I am using to add the data (variable named data):

tableData.add(data);
cellTable.setRowCount(tableData.size(), true);

where tableData is defined like so in the constructor:
tableData = dataProvider.getList();

The type of tableData is just a List.

This seems to work without a problem in Firefox 3.6.15 and Chrome
10.0.648.127, and seems to be broken in Safari 5.0.3.

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to