#15034 closed bug (fixed)
Menu items are indefinitely-clickable
Reported by: | Yegor | Owned by: | Scott González |
---|---|---|---|
Priority: | minor | Milestone: | 1.12.2 |
Component: | ui.menu | Version: | 1.12.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Menu and sub-menu items can be clicked indefinitely, and the menu won't hide as long as you click quickly enough.
In a likely scenario, the user can accidentally double-click an item in a sub-/dropdown menu and both clicks will fire the 'select' event, which is not how menus usually work, i.e. you can't use the same item without re-opening the menu.
Try it here: https://jsfiddle.net/x18ds5a8/2/
Change History (3)
comment:1 Changed 6 years ago by
Status: | new → open |
---|
comment:2 Changed 6 years ago by
Owner: | set to Scott González |
---|---|
Resolution: | → fixed |
Status: | open → closed |
In 0d25a36:
comment:3 Changed 6 years ago by
Milestone: | none → 1.12.2 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery-ui/pull/1807