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 the context menu closes the focused element is body, this can be a confusing experience for people with screen readers and also requires keyboard-only users to sequentially navigate back through all items on the page before getting back to their original destination (before opening the context menu).
Focus should be delegated to the previously focused item (and if not available, the map container itself should receive focus).
When the context menu closes the focused element is
body
, this can be a confusing experience for people with screen readers and also requires keyboard-only users to sequentially navigate back through all items on the page before getting back to their original destination (before opening the context menu).Focus should be delegated to the previously focused item (and if not available, the map container itself should receive focus).
Related issue: #135.
Other potentially helpful resources:
The text was updated successfully, but these errors were encountered: