mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
Issue: When entering multiple lines of text in a non-first user input, using an IME causes the focus to jump to the first line. #6717
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 @GrayXu on GitHub (Oct 20, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.33
Ollama Version (if applicable)
No response
Operating System
win 11
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When inputting the cursor on that line, the focus should be on that line.
Actual Behavior
When it's not the first message, using an IME to input multiple lines (exceeding the input box height) causes the focus to jump to the first line, making it impossible to see what you're typing.
No relevant log output. This issue should be caused by a component used by Open WebUI. Notably, this problem has persisted across multiple versions and is undetectable for users of languages that do not require an IME.
Steps to Reproduce
as above
Logs & Screenshots
No relevant log output in docker and browser
Additional Information
No response
@tjbck commented on GitHub (Oct 20, 2025):
Screenrecordings?