mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #11155] bug: Chat Dragging Interferes With Text Selection During Rename #31654
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bannert1337 on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11155
Current Behavior
When attempting to select text during chat renaming by click-dragging the mouse:
Expected Behavior
Mouse drag motions during renaming should:
Reproduction Steps
Environment
Potential Cause
Likely event handler conflict between:
Related files may include:
Might be related to issue #939
@silentoplayz commented on GitHub (Mar 4, 2025):
Good report. I do believe this is a bug after recognizing that old behavior of click-dragging on the text when editing the title of a chat would allow the user to select the text rather than invoking the chat drag/drop functionality. I could've reported this myself internally, as I've known about this behavior for some time now, but I also didn't think of it is a bug until I seen this report.
@tjbck commented on GitHub (Mar 5, 2025):
2a75a85556