-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigation screen: Select Navigation block when user clicks away #24848
Conversation
When a submenu is open, clicking outside the Navigation block should close the submenu.
This (very naive) approach doesn't dismiss the open submenu if you change focus using the keyboard. Maybe |
Size Change: +81 B (0%) Total Size: 1.17 MB
ℹ️ View Unchanged
|
Using I'm going to come back to this after #24875 as that may make this change unnecessary. |
Fixes #24808.
When a submenu is open in the Navigation screen, clicking outside the Navigation block should close the submenu.
This is done by selecting the Navigation block when a
click
event didn't originate from within the Navigation block.