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
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.
The text was updated successfully, but these errors were encountered:
ixxie
changed the title
Right clicking a chart doesn't fire plotly_click
Right clicking a chart doesn't fire plotly_click on some machines
Mar 31, 2025
ixxie
changed the title
Right clicking a chart doesn't fire plotly_click on some machines
Right click triggers drag event on some machines & fails to fire plotly_clickMar 31, 2025
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:
Likely related to:
Possibly related to:
onClick
event handler doesn't take into account a right-click for Pie Charts. #6633The text was updated successfully, but these errors were encountered: