angular-ui/ui-grid

Grid seems to scroll randomly when scrolling with arrow keys and enableCellEditOnFocus: true

Open

#7216 aperta il 19 feb 2022

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)JavaScript (2496 fork)batch import
a11ygrid-cellNavhelp wantedneeds: analysis

Metriche repository

Star
 (5395 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

When scrolling in the grid with the arrow-down key held down and focused on an editable cell and enableCellEditOnFocus: true, the grid scrolls down, then jumps back up, and so forth. If the same is done with the focus on a column which is not editable, all is fine. I am assuming it has something to do with scrollIntoView() for editable cells and enableCellEditOnFocus: true

Guida contributor