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.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: