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.
Specific use case: If the legend is placed above the chart, setting keyboardNavigation.order will allow tab navigation order to change, but the DOM order should change as well. This impacts screen reader users navigating by virtual cursor.
Expected behaviour
Specific use case: If the legend is placed above the chart, setting keyboardNavigation.order will allow tab navigation order to change, but the DOM order should change as well. This impacts screen reader users navigating by virtual cursor.
Actual behaviour
The DOM order of proxy elements is fixed.
Live demo with steps to reproduce
https://jsfiddle.net/oysteinmoseng/nyv6as9f/
Navigating with virtual cursor, the order is data points first, then legend, then menu, while the Tab order is opposite.
The text was updated successfully, but these errors were encountered: