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

Please fix overlapping group box behavior #428

Open
CHollman82 opened this issue Nov 9, 2023 · 1 comment
Open

Please fix overlapping group box behavior #428

CHollman82 opened this issue Nov 9, 2023 · 1 comment

Comments

@CHollman82
Copy link

If you drag one group box over another such that nodes from each are inside the overlapping region and let go of it (release mouse button) the next time you go to move either of the two overlapping boxes they will "steal" nodes from the other box... Group boxes need an actual z-order that is maintained and when interacted with that z-order determines which nodes get dragged along with it. When you click on a group it should be "brought to front", or in other words it's z-order should be set to 0.

When adding a node to a group box and you drag it into the region of two or more group boxes the one with the lowest z-order gets the nodes and then they become children of that group box and their z-order is modified to match it at all times.

Also, it would be awesome to be able to nest group boxes... even if only 2 levels of this.

Also, it would be awesome to be able to collapse group boxes like you can collapse nodes.

@atlasan
Copy link
Contributor

atlasan commented Jan 19, 2024

I would change "Please fix" to something more gentle. This is more a feature request than a bug fix.
"Help needed", "Could somebody", "Nice to have", ..
I would love too to have some node-group improvements.

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

2 participants