-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Setting document.body.style.zoom messes zoom mouse interaction #5288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This seems like a duplicate of #888 which we are working on fixing right now actually. |
|
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. cc: @antoinerg |
Our apps do not face web and run in CEF. |
@aykutkilic that's a good point - I think we're going to leave #5193 as it is just addressing |
Hi - we are trying to tidy up the stale issues and PRs in Plotly's public repositories so that we can focus on things that are still important to our community. Since this one has been sitting for several years, I'm going to close it; if it is still a concern, please add a comment letting us know what recent version of our software you've checked it with so that I can reopen it and add it to our backlog. Thanks for your help - @gvwilson |
Setting document zoom level e.g.:
document.body.style.zoom = 0.8;
messes mouse interaction for zooming. Please check out: https://codepen.io/aykutkilic/pen/bGeZXYp
Other interaction like panning, translating axis, zoom all works normally
The text was updated successfully, but these errors were encountered: