Open limonte opened 6 years ago
I encountered this bug also and was about to report it. The problem is you can get into edit mode on a cell either by pressing enter or by clicking directly in the cell. The tab nav zaps you out of edit mode at the location of the latest enter press, regardless if you were in edit mode because of enter press or through some other means.
This issue is somehow related to 25 rows in the grid. The focus navigation through tab will move away from the components inside cells to the cell on the next row after each 25 rows. This is related to the away grid reuses the rows without reseting the focus tracking cell.
Live Demo
https://cdn.vaadin.com/vaadin-grid/5.0.3/demo/#grid-basic-demos
Steps to reproduce
Expected behavior
The focus is in the "Sebastian" input.
Actual behavior
The focus is on the cell with the "Sebastian" input.