mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.82k stars 1.98k forks source link

Editing last row creates focus trap #1068

Open lizzzzard opened 9 years ago

lizzzzard commented 9 years ago

I have a SlickGrid that has autoEdit enabled and no addRow. When editing a cell in the last row, I press enter to finish editing. I would expect this to close the editor and the grid to lose focus. Instead, the editor of the last row is re-opened, so it looks like editing is never finished.

The same happens when tabbing through the cells: tabbing into the last cell opens the editor, but it is not possible to tab out of the editor again.

Is there any option that I'm missing?

6pac commented 9 years ago

This wouldn't surprise me. Keyboard editing and focus has some rough edges at the moment. I am giving all those aspects a thorough testing as part of an application framework I am building, but it's on hold at the moment while I do some 'real' (ie. paid) work. I will probably get back to this in July 2015.

Meanwhile, I'd take matters into your own hands if you can.

6pac commented 9 years ago

PS: check out my 'alternative master' fork at https://github.com/6pac/SlickGrid/wiki