Search and Top Navigation
#7269 closed bug (fixed)
Opened April 19, 2011 05:21PM UTC
Closed May 10, 2011 04:01PM UTC
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.
I have submitted a pull request for this bug on Github.