Skip to content
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

Not able to move the coordinates tooltips of the map using Tab/arrow keys #85

Open
yangster23 opened this issue Mar 15, 2021 · 1 comment

Comments

@yangster23
Copy link

React azure maps fails SC 2.1.1 accessibility requirement.

User is not able to move the coordinates tooltips of the map using Tab/arrow keys. When we move to the map we are able to see only one tooltip data and not able to move other tooltips.

As a result, keyboard only users will not be able to view the coordinates tooltip data.

@rbrundritt
Copy link

I believe this is an implementation issue, not a bug in this SDK. The accessible popup example you reference creates a popup for each location. You will need to do the same in your app rather than reusing a single popup instance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants