Closing mobile menu with ESC doesn't return focus to mobile menu button
mrwweb opened this issue · 0 comments
mrwweb commented
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 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.