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
When calling $element.foundation('_hideAll') on a Drilldown which is currently in a submenu should restore it to the root.
What happens instead?
The Drilldown menu disappears
Possible Solution
I believe a regression in #12038 caused this - as it adds new invisible classes to aid in keyboard navigation. However, the invisible class added to the root menu is not removed in a call to _hideAll, and so the submenu is hidden and the root menu never re-appears.
What should happen?
When calling $element.foundation('_hideAll') on a Drilldown which is currently in a submenu should restore it to the root.
What happens instead?
The Drilldown menu disappears
Possible Solution
I believe a regression in #12038 caused this - as it adds new invisible classes to aid in keyboard navigation. However, the invisible class added to the root menu is not removed in a call to _hideAll, and so the submenu is hidden and the root menu never re-appears.
Test Case and/or Steps to Reproduce (for bugs)
Test Case on 6.7.3: https://codepen.io/Driskell/pen/oNeoJpa
Compare to 6.6.3 which works: https://codepen.io/Driskell/pen/NWvwmxW
Context
N/A
Your Environment
Checklist
The text was updated successfully, but these errors were encountered: