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 closing the mobile menu via the ESC key, focus remains on the link in the closed menu rather than being returned to the mobile menu open/close button.
TAB to mobile menu and open it
TAB into mobile menu
Press ESC
Press SHIFT + TAB to return back to menu (should be focused in Step 3) / document.activeElement in console shows the submenu link is focused
This feels separate but related to #72, although it's possible that fixing one will fix both.
The text was updated successfully, but these errors were encountered:
When closing the mobile menu via the
ESC
key, focus remains on the link in the closed menu rather than being returned to the mobile menu open/close button.TAB
to mobile menu and open itTAB
into mobile menuESC
SHIFT + TAB
to return back to menu (should be focused in Step 3) /document.activeElement
in console shows the submenu link is focusedThis feels separate but related to #72, although it's possible that fixing one will fix both.
The text was updated successfully, but these errors were encountered: