angular-ui/ui-grid

Edit on focus doesn't work when horizontal scroll bar moved

Open

#7,134 创建于 2020年11月25日

在 GitHub 查看
 (7 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
a11ygood first issuegrid-edit

仓库指标

Star
 (5,395 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Hello, in this tutorial http://ui-grid.info/docs/#!/tutorial/Tutorial:%20301%20Edit%20On%20Focus I think correct behavior of program should be that after I move with tab/left/right focused cell should stay in edit mode, but unfortunately it doesn't. Steps to replicate on your preview: dblclick on any number in age column (it should be in edit mode) -> after moving right with right arrow, cell next to the previous one is focused but not in edit mode, (probably because of horizontal scroll bar moved)

贡献者指南