Re: [qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Kanugula
Thank you Ian. It worked! Thanks. Kanugula. Ian Horst wrote: > > Call method table.stopEditing(), when you click submit. > > Ian Horst > > > Kanugula wrote: >> Hi, >> >> qx 0.7.3, IE6, FF3 >> >> I have an editable Table cell and submit button at the bottom of the page >> (outside of tabl

Re: [qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Ian Horst
Call method table.stopEditing(), when you click submit. Ian Horst Kanugula wrote: > Hi, > > qx 0.7.3, IE6, FF3 > > I have an editable Table cell and submit button at the bottom of the page > (outside of table view). > There is a bug in that. While the focus is in the cell textfield, if the > s

[qooxdoo-devel] Editable Table Cell still carries old data

2008-11-04 Thread Kanugula
Hi, qx 0.7.3, IE6, FF3 I have an editable Table cell and submit button at the bottom of the page (outside of table view). There is a bug in that. While the focus is in the cell textfield, if the submit button is pressed, it carries the old cell value. As a workaround, we told the users to click