-
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
Bug with nodes hovering #1349
Comments
The reason behind this bug is that the node sizes are not properly indexed in the quadtree: Line 817 in 6417696
The |
Once #1382 is dealt with, this issue will be solved. |
Any updates on this issue? Would be very much appreciated! |
@krkryger This bug is solved in the v3 branch, so if you migrate to the 3.0.0-beta.5 version, it will not occur anymore. I waited this new version to reply because, in the 3.0.0-beta.4, another bug with similar symptoms was occurring... I use this occasion to close this ticket, since it is actually solved. |
Sometimes sigma does not properly detect which node is under the mouse cursor.
Steps to reproduce
Valjean
node, from the left, until the cursor is under the letter n of the label of the nodeMlleGillenormand
(as in the captureabove)Expected behavior
The
Valjean
node should be displayed as hovered, and the events log should displayEvent "enterNode", node Valjean (id "11.0")
.Actual behavior
The
Valjean
node is displayed as not hovered, and the events log shows nothing.The text was updated successfully, but these errors were encountered: