-
Notifications
You must be signed in to change notification settings - Fork 323
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
Mouse cursor not updated correctly when selecting nodes by dragging on zoomed out node graph #6556
Comments
This is the same issue as this one: #6549 |
@wdanilo remember to add proper label in such cases |
@farmaazon right, thanks! @xvcgreg I confused this issue with another one, sorry. Reopening. @MichaelMauderer When you were recently working on selections, did you test them with camera movement? #6487 |
I think I panned, but don't quite remember about zooming out. The issue was specified about the bounding box (as is the fix, which only changes the bbox computation), so that seemed less relevant. |
I cannot reproduce it on develop. @xvcgreg Can you reproduce it on the newest nightly? |
@farmaazon newest nightly is unfortunately unusable for me on this project anymore. I reproduced it several times on Monday with the freshest Nightly from the weekend. |
@xvcgreg Tried it, still without luck. I will check if it reproduces on Windows. In the meantime, could you post here the project where you reproduce the issue? |
@farmaazon sure, here it is: but last week it was on much earlier stage. You can probably remove the first 2 sections of that setup. |
Checked Windows, 2023.2.1-nightly.2023.5.6 package, and the uploaded project, and still could not reproduce it. Perhaps the cause is somewhat related to the fact, that on video we constantly see (+) icon. |
Adam Obuchowicz reports a new STANDUP for yesterday (2023-05-11): Progress: Failed to reproduce the exact scenario. Discovered another issue which seems to be related: sometimes we get spurious mouse events. It should be finished by 2023-05-15. Next Day: Next day I will be working on the same task. Debug the thing deeper: why do we receive additional mouse down/up events? |
Reading the code, I have the following observations: However, I still cannot reproduce the styling-cursor problem. |
styling cursor is the issue that appears randomly pretty often (multiple times per day) when testing the product |
Didin't observe it today/yesterday |
Discord username
No response
What type of issue is this?
Intermittent – Occurring irregularly
Is this issue blocking you from using Enso?
Is this a regression?
What issue are you facing?
When trying to select nodes while having zoomed out graph for better view, cursor position was not calculated properly with the scale. All mouse movements were proportionally scaled up but the cursor position was in a wrong place - like it was scaled down.
2305041513_shareX.mp4
(errors you see to the right are from different bug - were there before this behavior occurred)
Expected behaviour
When zoomed out mouse cursor follows the real mouse position.
How we can reproduce it?
zoom out
select nodes by dragging
Screenshots or screencasts
No response
Enso Version
2023.5.3 nightly
Browser or standalone distribution
Standalone distribution
Browser Version or standalone distribution
standalone
Operating System
Windows
Operating System Version
Win11pro 22H2 22621.1555
Hardware you are using
12th Gen Intel(R) Core(TM) i9-12900HK / RTX3060 Laptop / Nvidia Drivers 531.68
The text was updated successfully, but these errors were encountered: