mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #19083] issue: output always copied with formatting (chrome) #34297
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 @tomasloksa on GitHub (Nov 10, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/19083
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.36
Ollama Version (if applicable)
No response
Operating System
Windows 11 + Ubuntu 24.04
Browser (if applicable)
Chrome 141.0
Confirmation
README.md.Expected Behavior
When copying the response (or a part of response) from chat, the text should be copied without formatting and should be readable when pasted. This works correctly in Firefox and also works correctly in ChatGPT for all browsers.
Actual Behavior
In chrome, the text is copied with the background and formatting. When pasted into a word processor (ms word, libreoffice writer, outlook) the text keeps the background and is unreadable.
Now of course i can do Ctrl + Shift + V and paste it without the formatting, but it's an inconvenience and try explaining that to a less technical user.
Here is an example comparison:

The "Copy Formatted Text" option in UI settings has no effect on this.
Steps to Reproduce
Logs & Screenshots
When pasting into an app with dark mode, it is readable but still looks bad.

Additional Information
No response
@tjbck commented on GitHub (Nov 11, 2025):
PR welcome!
@tomasloksa commented on GitHub (Nov 11, 2025):
@tjbck Is it supposed to work with the "Copy formatted text" option in the UI settings? Or does that not apply to the select-copy-paste?
@tjbck commented on GitHub (Nov 11, 2025):
@tomasloksa copy formatted text setting is for the button, not related to select-copy-paste.
@RupanPrasai commented on GitHub (Nov 12, 2025):
Hi, I'm on Chrome version 142, and I cannot replicate this issue using Windows 11 and Microsoft word.
@silentoplayz commented on GitHub (Nov 13, 2025):
I am able to reproduce this issue with Chrome version 141 on Ubuntu, but only if I manually select to highlight and copy text from an LLM's response and paste it into a word processor. If I use the
Copy to Clipboardbutton below an LLM's response instead, then the issue isn't reproducible.In this case, I used LibreOffice Writer to test the reproduction steps with.
For clarity, I tested and reproduced this issue with the
Copy formatted textoption toggled Off in the userInterfacesettings.@tjbck commented on GitHub (Nov 13, 2025):
Addressed with
2de854fa02in dev!@silentoplayz commented on GitHub (Nov 13, 2025):
I can confirm that the issue has been addressed with this comment on the latest dev branch!