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]: Title for new group cannot be edited right away #1547

Open
alessandroperilli opened this issue Nov 15, 2024 · 5 comments
Open

[Bug]: Title for new group cannot be edited right away #1547

alessandroperilli opened this issue Nov 15, 2024 · 5 comments
Labels
Potential Bug Untriaged bug

Comments

@alessandroperilli
Copy link

alessandroperilli commented Nov 15, 2024

Frontend Version

1.3.44 (but the bug has been there for some versions)

Expected Behavior

Once a new group has been created, it's assigned the title Group. At this point, double-clicking on that title would enable the user to edit the title, as it normally happens with existing groups.

Actual Behavior

Double-clicking on a newly created group enables the title edit UI, but nothing being typed appears on screen. It seems like the UI is stuck. The only way to move forward is press Return/Enter, and then type the new title you want. No visual cue appears once you press Enter/Return.

Steps to Reproduce

  1. Create a new group.
  2. Double-click on the title.
  3. Try to type a new title. Nothing should appear on screen.
  4. Press Return/Enter
  5. Try to type a new title again. At this point, you should see the text changing.
  6. Hit Return/Enter to save the new title.

Debug Logs

None relevant

Browser Logs

None

Setting JSON

None relevant

What browsers do you use to access the UI ?

Other

Other

Vivaldi on macOS, but it also happens with Safari.

┆Issue is synchronized with this Notion page by Unito

@alessandroperilli alessandroperilli added the Potential Bug Untriaged bug label Nov 15, 2024
@LukeG89
Copy link

LukeG89 commented Nov 15, 2024

I tried to reproduce your issue, but editing group title works fine to me.

The only problem I see is that when you create the group, the edit title dialog appears far from the Group.
You need to close the dialog to be able to double-click to edit the group title.

Edit: There is a custom node that triggers the edit title dialog, it doesn't appear with all custom nodes disabled. Later I'll investigate.

Edit 2: Found the culprit of my little issue: rgthree-comfy. I opened a bug report there:

Group_Title.mp4

@alessandroperilli
Copy link
Author

I don't have that behavior at all. This is what happens to me (every time you see the cursor blink, it's me typing and being ignored):

Screen.Recording.2024-11-15.at.11.31.34.mov

@LukeG89
Copy link

LukeG89 commented Nov 15, 2024

I think it's the same bug as this PR should have fixed (but for some reason you still have it):

@alessandroperilli
Copy link
Author

It really seems like it, or at least connected to that.

@huchenlei
Copy link
Member

Does it still happen with all custom nodes disabled?

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

No branches or pull requests

3 participants