Closed (fixed)
Project:
Navigation
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2023 at 17:24 UTC
Updated:
31 Aug 2023 at 16:14 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #4
hooroomooworking on this
Comment #5
hooroomooComment #6
lauriiiThis breaks the logic for the second level menu links. Before this, if a second level menu item was active, the parent would collapse, making the active menu item visible. After this issue, the parent remains collapsed and therefore the active menu item is not visible.
Comment #8
ckrinaSorry I merged this without seen @lauriii's comment. @hooroomoo you will have to keep working from 1.x, sorry.
Comment #9
hooroomooComment #11
hooroomoo3380526-expand-menu MR is ready for review to fix the menu being expanded on refresh and also add that same behavior when the sidebar is collapsed too on hover.
Comment #12
hooroomooComment #13
claireristow commentedThat's looking great @hooroomoo! I'm noticing the sticky menu's shadow is not working anymore - that's added by the checkOverflow() function. After a quick code review I can't immediately see why it's not running... maybe we just need to add that function call to your new expandActiveMenu() function?
Comment #14
claireristow commentedComment #15
hooroomooComment #16
claireristow commentedThanks @hooroomoo, I'd say that's good to merge!
Comment #17
ckrinaThanks all!