KeyTeble, jEditable problem
KeyTeble, jEditable problem
Hi,
I think I have found a bug in the KeyTable editing sample. Here are the steps to reproduce it.
- select a cell and press enter (you go to edit mode and the arrows are disabled);
- click with the mouse on another cell (the first cell goes to display mode and the focus is on this new cell);
- click with the mouse on the first cell (you go directly to edit mode, without pressing enter, AND the arrows are not disabled, so you can navigate the table while the first cell is in edit mode)
At this point you can navigate the table (with arrows) select another cell, press enter and this new cell goes in edit mode AND the fist cell stay in edit mode.
Am I missing something?
Davide
I think I have found a bug in the KeyTable editing sample. Here are the steps to reproduce it.
- select a cell and press enter (you go to edit mode and the arrows are disabled);
- click with the mouse on another cell (the first cell goes to display mode and the focus is on this new cell);
- click with the mouse on the first cell (you go directly to edit mode, without pressing enter, AND the arrows are not disabled, so you can navigate the table while the first cell is in edit mode)
At this point you can navigate the table (with arrows) select another cell, press enter and this new cell goes in edit mode AND the fist cell stay in edit mode.
Am I missing something?
Davide
This discussion has been closed.
Replies
BTW, excellent work with Datatables and Keytable.
Davide
[code]...
"onblur": "cancel",
"onsubmit": function(){
$j(nCell).editable("destroy");
}, ...[/code]