angular-ui/ui-grid

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

Open

#7 216 ouverte le 19 févr. 2022

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)JavaScript (2 496 forks)batch import
a11ygrid-cellNavhelp wantedneeds: analysis

Métriques du dépôt

Stars
 (5 395 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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

Guide contributeur