-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Box selection panning after some time #784
Comments
I was just about to log this same issue actually. |
Odd. I didn't see that on my local instance before publishing, but there were some issues with publishing the last x.y.z release. I'll take a look; thanks |
Adding to 2.3.8 milestone. Given the severity of the issue, it may even merit its own release. |
Thank you Max, we would really like to use this latest version of 2.3.7+, and this bug came up for us as well. |
Thanks for the feedback; I hope to fix this tomorrow. If you all could try it out too once I push it but before I formally release it, that would be a big help. Thanks |
I'm using 2.3.4 and just tried this out in our environment and wasn't able to reproduce. Perhaps this bug was introduced in 2.3.5+? |
Thank you for your patience, guys. I've pushed a fix. Please try it out and I'll push out the release ASAP. Snapshot build: http://js.cytoscape.org/download/cytoscape.js-snapshot-16cf86597e-1420740052765.zip |
Hi Max, thanks for your immediate attention on this issue. The issue with the box selection seems to be solved, but the pan stopped working. |
OK. That's actually a bit of a relief in a way, because I re-enabled a "magic" number condition in that build. I'll take a look; thanks |
Maybe this? Snapshot: http://js.cytoscape.org/download/cytoscape.js-snapshot-4294a1643f-1420754382449.zip |
Yep, this snapshot works perfectly. Thanks |
This fixes my issue too. There is sometimes a slight delay between when the shaded circle appears to indicate I clicked long enough to start panning, and switching to panning mode. Box selection starts instead sometimes if I move my mouse right after the panning indicator appears. Waiting a little longer after I click works as expected, and panning happens instead. This doesn't happen very often, but I wanted to mention it incase someone else observed this. |
Previous update fixed the fast case that shows both UI indicators. There is also the slow case, which is harder to time (i.e. must be precise at a later time). |
Seems to fix the issue I mentioned, thanks for the fix and quick turn around! |
OK. There's still a minor graphical glitch if the timing is slow but very precise. Closing for 2.3.8 release. Ref: #800 |
When using box selection, the graph starts to pan after some time.
Steps to reproduce:
The graph starts to pan
The text was updated successfully, but these errors were encountered: