-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Double click on "scattergl" plot makes panning option not to work properly #744
Comments
Part of the known gl2d limitations #130 |
@dfcreative might be interested in this issue too ... |
That seems to be a CSS issue — some element becomes draggable in some reason. .gl-container {
@include vendor('user-select', none);
} to |
@dfcreative great. Thanks for looking into this. The Perhaps we could add the |
- this sanitizes double clicks interactions - e.g. double-click on the canvas now no longer puts the select-box in a weird state - see #744 for more info
@dfcreative @etpinard nice solution, thx for referencing URL in the |
When clicking the panning option of the menubar of the plot it is possible to pan the plot. Once you doubleclick the plot, the panning option is still available but the panning range is rescricted to a small distance, which makes that for covering a large paning you have to click -> pan -> click again -> pan again -> click again....
Clicking again the panning option of the menubar resets the panning and it is available to pan normally again.
It is possible to reproduce this problem here:
http://codepen.io/etpinard/pen/XXrzBe
The text was updated successfully, but these errors were encountered: