steven
1 Jul 2007, 3:32 PM
If I set clicksToEdit to 1 in an EditorGrid then I can single click into a cell and begin editing immediately.
If I click into another cell without changing the value the cell displays the editor for the new cell.
If I change the value of the first cell however and then click into another cell the editor doesn't appear.
I have traced through part of the extjs code and I can see that it does actually display the editor for the new cell but an onBlur event causes the editor to close.
I have tested on Firefox 2.0.
You can reproduce using the edit-grid demo by adding clicksToEdit:1 into the grid.
I have tested using both ext 1.01a and 1.1 beta 2. They both give the same results.
Is there a workaround or fix I can apply to get this to work?
If I click into another cell without changing the value the cell displays the editor for the new cell.
If I change the value of the first cell however and then click into another cell the editor doesn't appear.
I have traced through part of the extjs code and I can see that it does actually display the editor for the new cell but an onBlur event causes the editor to close.
I have tested on Firefox 2.0.
You can reproduce using the edit-grid demo by adding clicksToEdit:1 into the grid.
I have tested using both ext 1.01a and 1.1 beta 2. They both give the same results.
Is there a workaround or fix I can apply to get this to work?