mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #15140] issue: prompt window prevents input when going back to a previous bullet point #17483
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 @NiSpindlerEdeka on GitHub (Jun 19, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15140
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
Windows 11
Browser (if applicable)
tested in Chrome, Edge
Confirmation
README.md.Expected Behavior
When going back to a previous bullet point in a bullet point list and adding a new bullet point the application does not prevent me from typing spaces, selecting text or highlighting text.
Actual Behavior
When going back to a previous bullet point and adding a new one it jumps to the latest point in the list and prevents the user from adding spaces or going anywhere but the end of the prompt.
Steps to Reproduce
Logs & Screenshots
(No error in browser or console logs since it is an issue in the prompt-window without sending any requests)
Additional Information
No response
@ayanahye commented on GitHub (Jun 20, 2025):
I am able to reproduce, ill try to take a look at this
@tjbck commented on GitHub (Jul 4, 2025):
Addressed with
2e2a63c201!