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
Click three-dot button of a chat and click rename
Try to click at a different position in the chat name text field
Observe caret behavior
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
OS: Kubuntu 24.10
Browser: Floorp 11.23.1 (64-bit)
Open WebUI Version: v0.5.18
Potential conflict with text input focus management in the chat rename component
Possible Solution
Verify mouse event handlers are properly implemented for the text input
Check for conflicting focus/blur event listeners
Consider using a controlled input component with proper selection management
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
1. Click three-dot button of a chat and click rename
2. Try to click at a different position in the chat name text field
3. Observe caret behavior
### 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
- **OS:** Kubuntu 24.10
- **Browser:** Floorp 11.23.1 (64-bit)
- **Open WebUI Version:** v0.5.18
- Potential conflict with text input focus management in the chat rename component
### Possible Solution
1. Verify mouse event handlers are properly implemented for the text input
2. Check for conflicting focus/blur event listeners
3. Consider using a controlled input component with proper selection management
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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)