Opened 5 years ago
Last modified 5 years ago
#15228 new bug
Autocomplete: When using scroll, if mouse pointer located on list area it interferes with keyboard scrolling in Chrome
Reported by: | SimmeNilsson | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.autocomplete | Version: | 1.12.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description (last modified by )
See official example: http://jqueryui.com/autocomplete/#maxheight
- Typ 'a' into input
- Place mouse cursor on second row (AppleScript) in autocomplete list
- Press down until at last visible item, 'BASIC'.
- Press down again.
Result: Scroll happens, Erlang becomes visible. Asp is selected (because of mouse cursor location?).
Expected/desired result: Scroll happens, Erlang becomes visible and selected.
Note: See
TracTickets for help on using
tickets.