#9356 closed bug (fixed)
Menu: Issues with keyboard navigation and scrolling when mouse over the menu
Reported by: | etiger13 | Owned by: | etiger13 |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.menu | Version: | 1.10.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When the mouse if over the menu and there the list is a scrolling list, the focus gets switched to whats under the mouse when scrolled with the keyboard.
Change History (9)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | set to etiger13 |
---|---|
Status: | new → pending |
When an element moves on the page (via scroll, content changes, display changes, etc.), mouse events are triggered if the element that the pointer is hovering changes. There's really nothing sane that can be done here. Do you have a suggestion?
comment:3 Changed 10 years ago by
Status: | pending → new |
---|
i do but you probably won't like it. store the mouse coordinates and then check them before switching focus.
Ignore the horrible spacing: https://gist.github.com/eddiemonge/5702103
comment:4 Changed 10 years ago by
Status: | new → open |
---|---|
Summary: | Keyboard navigation when mouse over the menu → Menu: Issues with keyboard navigation when mouse over the menu |
comment:5 Changed 10 years ago by
Summary: | Menu: Issues with keyboard navigation when mouse over the menu → Menu: Issues with keyboard navigation and scrolling when mouse over the menu |
---|
comment:9 Changed 6 years ago by
Milestone: | none → 1.12.2 |
---|
Note: See
TracTickets for help on using
tickets.
See http://youtu.be/um4XrODR9cY for an example of this happening.
The expected behavior is that the focused item should be the next item "below the "fold" and not switch to another item