Opened 5 years ago
Closed 5 years ago
#14919 closed bug (fixed)
Menu: Parent menu item retains active state on click outside of menu
| Reported by: | test | Owned by: | |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.12.0 |
| Component: | ui.menu | Version: | 1.12.0-beta.1 |
| Keywords: | regression | Cc: | |
| Blocked by: | Blocking: |
Description
Not sure it is related to https://bugs.jqueryui.com/ticket/10692 or not, but parent menu item does not seem to give up ui-state-active in the following scenario:
Working:
- Hover over parent menu item (parent menu item gets ui-state-active)
- Navigate away from menu by clicking somewhere except the menu. Expected behavior: Parent menu item should give up ui-state-active.
Result: works as expected.
Not working:
- Hover over parent menu item (parent menu item gets ui-state-active)
- Hover over to a submenu (child of the parent menu item) (parent menu item and child submenu item both get ui-state-active)
- Navigate away from menu by clicking somewhere except the menu. Expected behavior: Parent menu item should give up ui-state-active.
Result: Parent menu item does not give up ui-state-active. It retains ui-state-active even if some other elements are clicked.
Change History (5)
comment:1 Changed 5 years ago by
| Keywords: | regression added |
|---|---|
| Milestone: | none → 1.12.0 |
| Priority: | minor → blocker |
| Status: | new → open |
comment:2 Changed 5 years ago by
| Summary: | Parent menu item does not give up ui-state-active in the following scenario: → Menu: Parent menu item does retains active state on click outside of menu |
|---|
comment:3 Changed 5 years ago by
| Summary: | Menu: Parent menu item does retains active state on click outside of menu → Menu: Parent menu item retains active state on click outside of menu |
|---|
comment:4 Changed 5 years ago by
comment:5 Changed 5 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed in 4866e14922217560f551b86ce80952c3e0f649da.
Note: See
TracTickets for help on using
tickets.
Likely from 0bbd1569182bc03e8dc4f5f8aa203e8edbe15f99.