highcharts / highcharts

Highcharts JS, the JavaScript charting framework
https://www.highcharts.com
Other
12.01k stars 3.62k forks source link

Animation issue, when a11y module loaded and marker disabled. #19117

Open jakubjanuchta opened 1 year ago

jakubjanuchta commented 1 year ago

Expected behaviour

When loading a11y module and the markers are disabled, the marker should only be visible and animated on the currently hovered point so as it does when a11y not loaded.

Actual behaviour

When loading a11y module and the markers are disabled, the points that were hovered previously have a short fade out animation, what doesn't happen when a11y not loaded.

Live demo with steps to reproduce

https://jsfiddle.net/BlackLabel/kgaLqwre/

1) Hover over couple of points, one after another. 2) Notice, how the points, that were hovered have a fade out animation. 3) Comment out the a11y module. 4) Hover once again. 5) Only the marker of the currently hovered point is visible.

Product version

Highcharts v11

Affected browser(s)

Chrome

jakubjanuchta commented 1 year ago

Workaround: https://jsfiddle.net/BlackLabel/9xbcheqd/

karolkolodziej commented 1 year ago

FYI @oysteinmoseng