react-azure-maps icon indicating copy to clipboard operation
react-azure-maps copied to clipboard

Keyboard focus is moving on the coordinates tooltip present on the map more than one time using the Tab key.

Open yangster23 opened this issue 3 years ago • 4 comments

Environment: Windows Version: Win10, Chrome Version: 87.0.4280.88 (Official Build) (64-bit)

On React Azure Maps, Keyboard focus is moving on the coordinates tooltip present on the map more than one time using the tab key. This fails WCAG 2.4.3 - https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-order.html

Expected: Keyboard Focus should move on the coordinates tooltip present on the map only one time using the Tab key.

User Impact: Keyboard only users will face difficulty while navigating on the screen.

Note that Azure Maps Web SDK accessibility example meets this accessibility requirement.

image

yangster23 avatar Mar 15 '21 17:03 yangster23