ui-grid icon indicating copy to clipboard operation
ui-grid copied to clipboard

Editing a cell with enableCellEditOnFocus: true, arrow keys navigate to another cell

Open crazyjat opened this issue 7 years ago • 2 comments

When using the enableCellEditOnFocus: true, when editing a cell in the text input, using the arrow keys should navigate between characters, but instead navigates to a different cell. This can be observed in the ui-grid tutorial example for cell edit at http://ui-grid.info/docs/#!/tutorial/Tutorial:%20301%20Edit%20On%20Focus

I'll provide my ui-grid config just for clarity, but since the provided tutorial example suffers from the same bug, this seems to be a global issue.

const gridOptions = {
    enableSorting: false,
    enableFiltering: false,
    enableRowSelection: true,
    enableRowHeaderSelection: true,
    enableSelectAll: true,
    multiSelect: true,
    noUnselect: false,
    enableCellEdit: true,
    enableCellEditOnFocus: true
};

crazyjat avatar Aug 15 '18 16:08 crazyjat

This is a pretty annoying bug, is there no work around?

crazyjat avatar Aug 23 '18 14:08 crazyjat

This is the single most important usability issue in the grid and, since nobody ever does anything about it, we are probably switching to another product!

nandoflorestan avatar Jun 30 '20 09:06 nandoflorestan