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

Binding Editor graph location is shared across all bindings #51

Open
jdaignault opened this issue Mar 7, 2024 · 0 comments
Open

Binding Editor graph location is shared across all bindings #51

jdaignault opened this issue Mar 7, 2024 · 0 comments

Comments

@jdaignault
Copy link
Collaborator

jdaignault commented Mar 7, 2024

Given a widget that has multiple bindings authored, it appears that the graph location is globally shared while switching view between the different binding instances. This can cause some minor UX annoyance if the locations of all binding nodes are not uniform across every binding instance.

Steps to reproduce:

  1. Create a widget with two bindings
  2. In the first binding, add a Read a Property node at the top-left corner of the viewport
  3. In the second binding, add a Read a Property node at the bottom-right corner of the viewport
  4. Return to the first binding, and pan the viewport up and left until the node is located at the bottom-right corner of the viewport
  5. Switch back to the second binding, and observe that the node is nowhere in sight. The user must zoom out and pan around to find it

It would be nice if the graph location was independent per-binding, and/or if there was a way to automatically frame the nodes towards the center of the viewport.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant