SlickGrid not shifting focus away from grid when tabbing out of last cell that is editable
问题 When a SlickGrid is set up with: enableAddRow: false, enableCellNavigation: true, autoEdit: true and the last column in that SlickGrid is configured with: editor: null, focusable: false, selectable: false When attempting to tab out of the SlickGrid by tabbing out of the second to last column in the last row, I would expect the focus to be moved to the next focusable element outside of the grid, but it does not. See this example, and try to tab out of the grid from the last row. I would expect