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

Re: [qooxdoo-devel] editable table cell

2007-08-09 Thread Derrell Lipman
On 8/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > whenever doubleclicking a table cell which is editable in Internet > Explorer, the content of the cell is not selected like it is in Firefox. I > have to delete the old content character by character before writing the > new content.

[qooxdoo-devel] editable table cell

2007-08-08 Thread gerds
Hi, whenever doubleclicking a table cell which is editable in Internet Explorer, the content of the cell is not selected like it is in Firefox. I have to delete the old content character by character before writing the new content. Is there a way to change this or is this a small bug in IE? You