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

贡献者指南