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
- Hit "Tab" to focus on Pie chart
- Hit "Left Arrow"
- Focus is not moved
and comparing to previous version 9.1.2 https://jsfiddle.net/eo2vk4u5/4/
- Hit "Tab" to focus on Pie chart
- Hit "Left Arrow"
- Focus moves to last data point of current series
Product version
version 9.3.1
Affected browser(s)
Chrome, Firefox, IE
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
and comparing to previous version 9.1.2 https://jsfiddle.net/eo2vk4u5/4/
Product version
version 9.3.1
Affected browser(s)
Chrome, Firefox, IE