angular-ui/ui-grid
Auf GitHub ansehenNavigate Up/Down in dropdownEditor trigger change cell focus and close the dropdownEditor. Only happened in Firefox & IE.
Open
#6.393 geöffnet am 14. Sept. 2017
Browser FirefoxBrowser IEgood first issue
Repository-Metriken
- Stars
- (5.395 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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