angular-ui/ui-grid
在 GitHub 查看Navigate Up/Down in dropdownEditor trigger change cell focus and close the dropdownEditor. Only happened in Firefox & IE.
Open
#6,393 建立於 2017年9月14日
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
- Click on any Gender cell and got cell focused and turn to dropdowneditor
- Press space or click to open the list
- 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