angular-ui/ui-grid

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

已關閉

#7,216 建立於 2022年2月19日

 (1 則留言) (0 個反應) (0 位負責人)JavaScript (2,496 個分叉)batch import
a11ygrid-cellNavhelp wantedneeds: analysis

倉庫指標

星標
 (5,395 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南