mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #17911] issue: Copying a text selection from the chat input box to clipboard copies the entire content of the text box #18434
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 @rotemdan on GitHub (Sep 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/17911
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.32
Ollama Version (if applicable)
No response
Operating System
Windows 11 24H2
Browser (if applicable)
Brave 1.82.172 (Official Build) (64-bit) Chromium: 140.0.7339.207
Confirmation
README.md.Expected Behavior
Standard copy and paste for selection (via Ctrl-C or context menu "copy" action)
Actual Behavior
Selecting text and copying to clipboard copies all the content of the text box to the clipboard, not just the selection.
Steps to Reproduce
Selecting text on chat textbox:
Then copying it to clipboard:

Copies everything in the textbox, so when pasted:
Logs & Screenshots
Included.
Additional Information
Also occurs in Firefox.
Rich text and predictive text modes disabled.
Also, added a follow-up update comment on #17839 (issue with blank lines during copy/paste) here , since there's now a different, but related issue with paste operations removing blank lines (instead of adding them). Didn't want to open a new issue just for that, but let me know if you prefer one.
@tjbck commented on GitHub (Sep 30, 2025):
Should be addressed in dev, testing wanted here!
@silentoplayz commented on GitHub (Oct 1, 2025):
Likely fixed, as I am not able to produce this issue.
@silentoplayz commented on GitHub (Oct 3, 2025):
Closing this issue, but feel free to let us know if you still have any trouble!