mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #8643] No automatic focus on text field when renaming chat #102197
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 @thgoebel on GitHub (Jan 17, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8643
Bug Report
Installation Method
Docker
Environment
Open WebUI Version: 0.5.4
Ollama (if applicable): 0.5.4
Operating System: Ubuntu 24.04
Browser (if applicable): Firefox 134.0.1
Confirmation:
Expected Behavior:
There is automatic focus on the chat name text field.
Optionally and additionally, the entire text in the field is pre-selected (so that you can easily delete the existing value).
Actual Behavior:
There is no automatic focus on the text field.
Description
Bug Summary:
When renaming a chat, there is no automatic focus on the text field. You have to manually click on the text field.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Browser Console Logs:
n/a
Docker Container Logs:
n/a
Screenshots/Screen Recordings (if applicable):
n/a
Additional Information
n/a
Notes
I find this bug template confusing. Most templates out there use the following order:
This template, however, is upside down. E.g., why would you want the "Expected behaviour" to be BEFORE "Description"??
Also the two subtitles "Bug Summary:" and "Steps to Reproduce:" are duplicate/unnecessary, their respective sections already have a
##-title.@tjbck commented on GitHub (Jan 21, 2025):
Addressed in dev!
006208f9a9