mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
bug: Caret position cannot be adjusted via mouse click during chat renaming #4236
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).
Bug Report
Description
When attempting to rename an existing chat, users cannot reposition the text insertion point (caret) by clicking different positions in the text input field with their mouse.
Steps to Reproduce
Expected Behavior
Caret should move to the clicked position in the text field, allowing for precise text editing.
Actual Behavior
Caret remains in its initial position (either at start or end of text) regardless of mouse clicks within the input field.
Additional Context
Possible Solution
@silentoplayz commented on GitHub (Mar 4, 2025):
Related - https://github.com/open-webui/open-webui/issues/11155 (linking similar issues for OP)