mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #7236] Unable to paste images from clipboard in latest release #14671
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 @chris-sanders on GitHub (Nov 22, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7236
Bug Report
Installation Method
Installed via Helm Chart
Environment
Open WebUI: v0.4.3@sha256:bfe5becad8b7a34e3c603a9c5460382e2ab2b83e5cc891ea2dcf9b718c26fe50
Configured with several API keys for OpenAI/Anthropic/etc
MacOS 15.1 (24B83)
Confirmation:
Expected Behavior:
In the previous release I could copy an image from clipboard and paste it into the text field and it was passed through to the model.
With the latest update pasting doesn't work, I can't find any logs, errors, or messages. I simply can't paste after my auto update to the above tag.
Console logs shows:
RichTextInput.svelte:138 [tiptap warn]: Duplicate extension names found: ['codeBlock']. This can lead to issues.but nothing else, no logging when pasting fails.I can definitively say that I had a browser window open that hadn't re-authenticated and I was able to paste into the text area. After I tried to submit the session was noticed to be logged out, refreshed, and running the new version. At this point pasting didn't work, which I think is pretty definitive to be a UI change in the latest release.
Reproduction Details
Install the latest version, copy an image to clip board and ctrl-v, right-click paste, or similar to see it doesn't paste.
Logs and Screenshots
There are no logs generated in the container, or in the developer console.
I would include a screenshot but it's just a screenshot of the default landing page.
@tjbck commented on GitHub (Nov 22, 2024):
Definitely works with Chrome/Safari/FF on MacOS. Perhaps this is a browser specific issue? More details would be helpful here!
@chris-sanders commented on GitHub (Nov 22, 2024):
Just to check I just copied the image you have there, and that worked fine.
I went back to my original source, and it doesn't work but that image was out of Google Docs.
I went to the source image from the GDoc and that one works.
Maybe there's a change in image formats or size of image at play? I'm a little lost how to find out what an image in the clipboard looks like as far as file type or size. While my original issue does still seem to exist, it also seems to be an edge case of some sort. I'm fine closing this, I don't honestly know how to dig deeper I'll just avoid copying images out of Google Docs?
@tjbck commented on GitHub (Nov 23, 2024):
Hmm, definitely on our radar now. Appreciate the issue report!