Ticket #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: | ||
| Blocking: | Blocked by: |
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
Note: See
TracTickets for help on using
tickets.


I have submitted a pull request for this bug on Github.