Hello.

I've created a test case of my CellTable issue as a self contained
panel that can easily be imported into any project:

http://pastebin.com/Gd1BEREu

Basically I have two Date class fields in my row model, a startDate
and an endDate. Each Date has two columns in the CellTable (called
batchTable), one to display the actual date (a DatePickerCell) and the
other being a text input cell for the time.

When the FieldUpdater of the startTime is fired we parse the value,
save the new time and call batchTable.setRowData() with the updated
object and row index.

However, instead of the startTime updating, the endTime is updated?!?

It's possible there is something I'm missing, but I've checked as best
as I can that all the gets and sets of the respective startDate and
endDate are in order, which leads me to think there might be a bug in
CellTable?

Apologies if I've missed anything.

I'm running:
GWT 2.3

I've tested it in the latest Chrome and IE9.

Regards,
Julian

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