All browser that I have tested so far (chrome, ff, safari, edge) exhibit the following incorrect behavior:
Bring up the datatracker. Hover over a menu item, say "Groups", causing the menu to expand.
Click on Groups. The menu collapses.
Mouse over to "Documents". Both the Groups and Documents menu now expand. The Groups menu remains expanded as you mouse over other items in the menu bar. Mousing over Groups hides the Groups menu until you leave it.
The javascript has toggled whether to expand the menu on click I suspect, and given the way we are expanding it on mouseover, that causes the bit to be out of sync.
All browser that I have tested so far (chrome, ff, safari, edge) exhibit the following incorrect behavior:
Bring up the datatracker. Hover over a menu item, say "Groups", causing the menu to expand.
Click on Groups. The menu collapses.
Mouse over to "Documents". Both the Groups and Documents menu now expand. The Groups menu remains expanded as you mouse over other items in the menu bar. Mousing over Groups hides the Groups menu until you leave it.
The javascript has toggled whether to expand the menu on click I suspect, and given the way we are expanding it on mouseover, that causes the bit to be out of sync.