Comfy-Org / ComfyUI_frontend

Official front-end implementation of ComfyUI
https://www.comfy.org/
GNU General Public License v3.0
575 stars 99 forks source link

[Bug]: Change Group Title Dialog often appears at edge of viewport or out of viewport #730

Closed deepfree2023 closed 1 month ago

deepfree2023 commented 1 month ago

Frontend Version

Like this image, I must move the group to the top of the viewport, then right click -> edit group -> Title, the Change Group Title Dialog appears just at bottom of the viewport. If I move the group lower, the Change Group Title Dialog will be out of viewport.

This is quite annoying.

image

Expected Behavior

Wherever the group is, the Change Group Title Dialog appears at the center of the viewport.

Actual Behavior

the Change Group Title Dialog appears at the edge of viewport, or out of viewport.

Steps to Reproduce

right click group title-> edit group -> Title

Debug Logs

Browser Logs

What browsers do you use to access the UI ?

Google Chrome, Other

Other

No response

huchenlei commented 1 month ago

We now supports group title edit by double click. The legacy way of title edit will be removed later. https://github.com/Comfy-Org/ComfyUI_frontend/pull/714