angular-ui/ui-grid

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

Geschlossen

#7.216 geöffnet am 19.02.2022

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (2.496 Forks)batch import
a11ygrid-cellNavhelp wantedneeds: analysis

Repository-Metriken

Stars
 (5.395 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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

Contributor Guide