You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The navigation dropdown menu closes when you open a 3rd level menu that is shorter than the previous state/height of the dropdown menu. This makes it harder to browse menu items to find the page you're looking for, and forces you to open the dropdown multiple times.
Describe the bug
When a 3rd level menu is expanded that is shorter than the previously opened 3rd level menu, the overall height of the dropdown menu shrinks. The change in height leads to your mouse being outside of the dropdown menu (outside of hover/focus target), which subsequently causes the dropdown menu to close.
Example:
Nav item A
- Dropdown item A1
- Dropdown item A2
- Sub-item a
- Sub-item b
- Sub-item c
- Sub-item d
- Sub-item e
- Sub-item f
- Dropdown item A3
Nav item B
Nav item C
- Dropdown item C1
- Dropdown item C2
- Dropdown item C3
- Sub-item a
- Sub-item b
- Sub-item c
Nav item D
Dropdown item A2 has 6 dropdown items, whereas Dropdown item C3 only has 3 items. If I expand Dropdown item A2 and then try to expand Dropdown item C3, the entire dropdown menu closes before I have a chance to do anything, because the height of the dropdown menu with Dropdown item C3 expanded is less than that of the dropdown menu with Dropdown item A2 expanded.
Problem/Motivation
The navigation dropdown menu closes when you open a 3rd level menu that is shorter than the previous state/height of the dropdown menu. This makes it harder to browse menu items to find the page you're looking for, and forces you to open the dropdown multiple times.
Describe the bug
When a 3rd level menu is expanded that is shorter than the previously opened 3rd level menu, the overall height of the dropdown menu shrinks. The change in height leads to your mouse being outside of the dropdown menu (outside of hover/focus target), which subsequently causes the dropdown menu to close.
Example:
Dropdown item A2has 6 dropdown items, whereasDropdown item C3only has 3 items. If I expandDropdown item A2and then try to expandDropdown item C3, the entire dropdown menu closes before I have a chance to do anything, because the height of the dropdown menu withDropdown item C3expanded is less than that of the dropdown menu withDropdown item A2expanded.To Reproduce
Proposed resolution
Prevent premature closing of the dropdown menu when 3rd level menu items are expanded and collapsed.
Expected behavior
Dropdown menu should remain active/open when dropdown menu hight changes due to expansion/collapse of 3rd level menu items.
Screen recording
Screen.Recording.2026-03-23.at.2.59.04.PM.mov