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

Needs to assign consistent colors/position to connections with certain inputs #1

Open
jakeharris opened this issue Aug 1, 2016 · 1 comment
Assignees

Comments

@jakeharris
Copy link
Collaborator

The problem I'm trying to solve:

  1. Create a connection between any input and output(s).
  2. Create another connection. This new one is the rightmost connection, and has a different color.
  3. Destroy the first connection.
  4. Recreate the first connection.

Doing this, you'll see a very unintuitive state. "Your" channel is now a different color and in a different position. The position may be far less an issue than the color. I'd like to do some testing on this. Either way, something needs to be done.

@jakeharris jakeharris self-assigned this Aug 1, 2016
@jakeharris
Copy link
Collaborator Author

In fact, swapping inputs on a connection (e.g. Input 1 -> Output 1; set Input 3 -> Output 1) causes this issue too, and that's a fairly common use case that is even less intuitive than the other stuff.

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

No branches or pull requests

1 participant