angular-ui/ui-grid

cellnav loses edit mode on horizontal scroll in IE

Open

#6,157 创建于 2017年4月12日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (5,395 star) (2,496 fork)batch import
Browser IEhelp wanted

描述

When using ui-grid-edit and ui-grid-cellNav in the grid and you navigate horizontal (tab, arrow right) through a row, the edit mode is lost, when the first not visible scrollable column is reached in IE 11. All user-visible columns will be entered in edit mode correctly, but when a tab forces a horizontal scroll, the edit mode is lost on that column. In Chrome the problem does NOT occur.

The problem can be reproduced in the tutorial: http://ui-grid.info/docs/#/tutorial/401_AllFeatures I notices the problem in version v4.0.0 and it still exists in de current version (v4.0.4).

贡献者指南