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

[Bug]: After adding nested groups from the inside out, the inner groups cannot be operated #2154

Open
lldacing opened this issue Jan 4, 2025 · 1 comment
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@lldacing
Copy link

lldacing commented Jan 4, 2025

Frontend Version

1.7.1

Expected Behavior

After adding another group outside the group, can directly operate on the internal group.
在一个分组外面再添加一个分组后,可以对内部分组做局部修改(移动,修改标题,忽略节点)

Actual Behavior

After adding another group outside the group, cannot directly operate on the internal group, it works after do something for the outermost group.
在一个分组外面再添加一个分组后,无法对内部的分组单独做操作,通过移动外层分组或对内部节点操作后才恢复正常
PixPin_2025-01-04_19-25-38

Steps to Reproduce

  1. Add a group A for some nodes
  2. Add a group B containing group A
  3. Try move group A, rename title of group A

Debug Logs

N/A

Browser Logs

N/A

Setting JSON

N/A

What browsers do you use to access the UI ?

Microsoft Edge

Other

No response

┆Issue is synchronized with this Notion page by Unito

@lldacing lldacing added the Potential Bug Untriaged bug label Jan 4, 2025
@webfiltered
Copy link
Contributor

Technical detail:

  • Known issue due to stacking
  • Intention was to resolve when impl. litegraph group overhaul (new design resolves organically)
  • Workaround is possible: recalc group stacking on add

@webfiltered webfiltered added bug Something isn't working good first issue Good for newcomers and removed Potential Bug Untriaged bug labels Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants