Search and Top Navigation
#14919 closed bug (fixed)
Opened February 16, 2016 02:52AM UTC
Closed March 11, 2016 05:35PM UTC
Menu: Parent menu item retains active state on click outside of menu
Reported by: | jga8 | 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.
Attachments (0)
Change History (5)
Changed February 16, 2016 02:03PM UTC by comment:1
keywords: | → regression |
---|---|
milestone: | none → 1.12.0 |
priority: | minor → blocker |
status: | new → open |
Changed February 16, 2016 02:04PM UTC by comment:2
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 |
---|
Changed February 16, 2016 02:04PM UTC by comment:3
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 |
---|
Changed February 17, 2016 05:14PM UTC by comment:4
Likely from 0bbd1569182bc03e8dc4f5f8aa203e8edbe15f99.
Changed March 11, 2016 05:35PM UTC by comment:5
resolution: | → fixed |
---|---|
status: | open → closed |
Fixed in 4866e14922217560f551b86ce80952c3e0f649da.