Right clicking charts doesn't fire the plotly_click event on my machine. Here is a minimal stackblitz reproduction. The examples in the docs behave the same for me.
Instead, it seems right click opens the default context menu and starts a drag, and when I click elsewhere I get the event firing for the second click, and then the chart zooms:

It seems this bug only occurs in certain machines:
- I'm running NixOS with a Gnome desktop and reproduce the bug in Firefox and Chrome.
- A colleague on Windows with Chrome did not reproduce
- I failed to reproduce on my partner's Ubuntu machine with Firefox.
Likely related to:
Possibly related to:
Right clicking charts doesn't fire the
plotly_clickevent on my machine. Here is a minimal stackblitz reproduction. The examples in the docs behave the same for me.Instead, it seems right click opens the default context menu and starts a drag, and when I click elsewhere I get the event firing for the second click, and then the chart zooms:
It seems this bug only occurs in certain machines:
Likely related to:
Possibly related to:
onClickevent handler doesn't take into account a right-click for Pie Charts. #6633