Closed jdisano closed 5 years ago
Looking for some additional design patterns in other places to understand whether this is a design norm or something that breaks the rules.
Not sure if this helps but the screenshot I added is from Foundation.
Settling into a potential fix for this problem. There are two different points to think through.
The first is the state of the dropdown menu when a "sub-page" is the active page. There are lots of working examples to indicate that it's a good idea to leave the menu panel open when a page is loaded that sits inside of a collapsible element.
Within the ASU design system, there are distinct styles that are applied to the parent and child items within a navigation menu that contains a mega-menu or a simple dropdown menu. The ASU Labs menu items maintain that pattern, so no changes to the colors used within the menu are really needed here.
Issue When clicking an item in the menu that contains sub-menu items, the menu collapses after a sub-menu item is selected. The user has to continually click the main menu item to see the other choices in the sub-menu.
To reproduce Steps to reproduce the behavior:
Expected behavior Menu should stay expanded once a sub-menu item is selected. Selected menu item should be highlighted to indicate what page the user is on
Screenshot