highcharts / highcharts

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

Tooltip interactivity with 'outside' property and accessibility module #20695

Open omcrobbie opened 7 months ago

omcrobbie commented 7 months ago

Expected behaviour

With an outside-rendered tooltip and accessibility module loaded, callback functions should always fire as expected when a link/button is clicked

Actual behaviour

immediately after browser refresh, clicks anywhere inside the tooltip do not register and cause the tooltip to immediately disappear. Subsequent clicks work as expected.

Live demo with steps to reproduce

code sample

Product version

Highcharts@11.2.0, 11.3.0 #### Affected browser(s) Google Chrome
bm64 commented 7 months ago

Hello @omcrobbie and thanks for reporting the issue.

Here is a reproduction of the issue in pure js without react: https://jsfiddle.net/BlackLabel/arpdgs6u/