1 条评论 (1 条评论)0 个反应 (0 个反应)0 位负责人 (0 位负责人)JavaScript2,496 个派生 (2,496 个派生)batch import
grid-cellNavgrid-edithelp wantedtype: bug
仓库指标
- 星标
- 5,395 个星标 (5,395 个星标)
- PR 合并指标
- PR 指标待抓取 (PR 指标待抓取)
描述
I have a grid which combine editOnFocus feature and column pinning. if the grid needs to scroll horizontally for display the cell for editing, the cell is not focused.
Plunker example:
http://plnkr.co/edit/JbTwQLPSmB7K8a6o7NDr?p=preview
try edit city and then the name, the name will not be focused.
贡献者指南
- 研究方向
- 使用提供的 Plunker(http://plnkr.co/edit/JbTwQLPSmB7K8a6o7NDr?p=preview)复现问题。该 bug 发生在编辑固定列中的单元格后,尝试编辑另一个需要水平滚动的单元格时。焦点未能正确转移。研究网格的焦点管理逻辑,特别是它如何处理滚动事件和重新定位编辑输入框。查看与 editOnFocus 和列固定相关的源文件,例如 'ui grid edit.js' 和 'ui grid pinning.js'。检查是否存在回归或缺少对滚动调整的处理。该问题只有一条评论(可能是作者),因此没有其他维护者的意见。考虑修复是否需要调整滚动偏移量后再应用焦点。
- 技术栈
- javascriptangular
- 领域
- frontend
- 议题类型
- 缺陷
- 前置要求
- Angularui grid basics