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
Currently you can use an "anchor/deep" link (e.g. /#agenda) with SubdomainNavBar. But since the "hamburger menu" takes up almost the full width/height (we customized it a bit to add a gap), you can't really see that clicking the link changed anything and you have to click on the close "X" button to close the menu.
When clicking an "anchor/deep" link, the menu on mobile should close.
Urgency
This came up in this project (internal link). We found a workaround by programmatically trigger a close() on the close "X" button.
Screen.Recording.2024-07-22.at.10.32.44.mov
So not too urgent, but might still be nice to support "anchor/deep" links with SubdomainNavBar so we don't have to rely on the [aria-controls="menu-navigation"] selector. 🙈
The text was updated successfully, but these errors were encountered:
Problem
Currently you can use an "anchor/deep" link (e.g.
/#agenda
) withSubdomainNavBar
. But since the "hamburger menu" takes up almost the full width/height (we customized it a bit to add a gap), you can't really see that clicking the link changed anything and you have to click on the close "X" button to close the menu.Steps to reproduce:
Screen.Recording.2024-07-22.at.10.49.51.mov
Possible solution
When clicking an "anchor/deep" link, the menu on mobile should close.
Urgency
This came up in this project (internal link). We found a workaround by programmatically trigger a
close()
on the close "X" button.Screen.Recording.2024-07-22.at.10.32.44.mov
So not too urgent, but might still be nice to support "anchor/deep" links with
SubdomainNavBar
so we don't have to rely on the[aria-controls="menu-navigation"]
selector. 🙈The text was updated successfully, but these errors were encountered: