angular-ui/ui-grid

Navigate Up/Down in dropdownEditor trigger change cell focus and close the dropdownEditor. Only happened in Firefox & IE.

Open

#6,393 创建于 2017年9月14日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (2,496 fork)batch import
Browser FirefoxBrowser IEgood first issue

仓库指标

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

描述

Navigate Up/Down in dropdownEditor trigger change cell focus and close the dropdownEditor. Only happened in Firefox & IE.

Sample: http://ui-grid.info/docs/#/tutorial/309_editable_with_cellnav

  1. Click on any Gender cell and got cell focused and turn to dropdowneditor
  2. Press space or click to open the list
  3. Press down/up

Current: cell changed focus and close the dropdownEditor Should be: changed the selection of drop down

Env: firefox, ie on windows 7

Any solution for this case? Thanks

贡献者指南