Skip to content
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

CartesianPoint node gesture drag translation is inconsistent #17

Closed
ogallagher opened this issue Aug 18, 2021 · 1 comment
Closed

CartesianPoint node gesture drag translation is inconsistent #17

ogallagher opened this issue Aug 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@ogallagher
Copy link
Owner

I can be difficult to get the node dragging to work with cartesian point cells. See demo video.

@ogallagher ogallagher added the bug Something isn't working label Aug 18, 2021
@ogallagher ogallagher self-assigned this Aug 18, 2021
@ogallagher
Copy link
Owner Author

I believe this is caused by AbstractEdgeGraphic extending Pane and always being placed at the viewport origin, similar to what I observed here.

I was able to get around this issue in SimpleEdge.SimpleEdgeGraphic by setting this.setMouseTransparent(true), allowing for mouse events to be fully ignored by the edge graphic panes:

fxgraph_cartesian_nodegestures.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant