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

Accessibility keyboard navigation not allowing wrap around from first point to last point #16625

Closed
XiLiuRoy opened this issue Nov 10, 2021 · 2 comments
Labels
a11y Accessibility related. Type: Regression

Comments

@XiLiuRoy
Copy link

Expected behaviour

When setting KeyboardNavigation->wrapAround to be true, and focus is on first data point, hit "left arrow" should move focus to the last data point of current series as per previous version, e.g. 9.1.2

Actual behaviour

When setting KeyboardNavigation->wrapAround to be true, and focus is on first data point, hit "left arrow" and focus stays on the first data point.

Live demo with steps to reproduce

https://jsfiddle.net/eo2vk4u5/7/ -> version 9.3.1

  1. Hit "Tab" to focus on Pie chart
  2. Hit "Left Arrow"
  3. Focus is not moved

and comparing to previous version 9.1.2 https://jsfiddle.net/eo2vk4u5/4/

  1. Hit "Tab" to focus on Pie chart
  2. Hit "Left Arrow"
  3. Focus moves to last data point of current series

Product version

version 9.3.1

Affected browser(s)

Chrome, Firefox, IE

@KacperMadej
Copy link
Contributor

Hi @XiLiuRoy ,

Thank you for reporting the problem.

@oysteinmoseng
Copy link
Member

Fixed in pending PR #16732. The fix should be part of the next official release.

Closing this issue manually as our automation won't catch it when multiple issues are fixed in one PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility related. Type: Regression
Projects
None yet
Development

No branches or pull requests

4 participants