Opened 12 years ago
Closed 12 years ago
#7269 closed bug (fixed)
Holding down arrow keys in autocomplete box does not move through list
Reported by: | trey | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.autocomplete | Version: | 1.8.11 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Holding down the up or down arrow in an autocomplete box in Opera Firefox does not traverse through the list as expected.
This happens because Firefox and Opera only repeat keypress events for Up and Down arrow keys, but the bind is on keydown.
Change History (2)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
I have submitted a pull request for this bug on Github.