Opened 7 years ago

Closed 6 years ago

Last modified 6 years ago

#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 Scott González

Status: newopen

comment:2 Changed 6 years ago by Scott González

Owner: set to Scott González
Resolution: fixed
Status: openclosed

In 0d25a36:

Menu: Close menus immediately on selection or click outside

Fixes #15034
Closes gh-1807

comment:3 Changed 6 years ago by Scott González

Milestone: none1.12.2
Note: See TracTickets for help on using tickets.