mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #16713] issue: In chat, message containing only an image cannot be edited or deleted #33547
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 @gordan-bobic on GitHub (Aug 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16713
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.22
Ollama Version (if applicable)
0.11.4
Operating System
Alma Linux 9.6
Browser (if applicable)
Brave 1.18.135 / Chromium 139.0.7258.127
Confirmation
README.md.Expected Behavior
When a submitted chat message only contains an image, when hovering over the message/image the icons should appear to delete or edit the message.
Actual Behavior
When a submitted chat message only contains an image, the icons to delete or edit the message do not appear when hovering over the message/image. This means the message/image cannot be deleted.
Steps to Reproduce
Logs & Screenshots
Additional Information
#16710 now with a screenshot proving the existence of the problem. Note the mouse pointer hovering over the image, but the pencil and trash can icons under the message do not appear when hovering the cursor over the message.
@tjbck commented on GitHub (Aug 18, 2025):
Again, unable to reproduce.
First message cannot be deleted unless there's a sibling message, which occurs regardless of whether it's an image only message or not.
@yuliang615 commented on GitHub (Aug 19, 2025):
i have the same problem
@rgaricano commented on GitHub (Aug 19, 2025):
addresed in dev
@yuliang615 commented on GitHub (Aug 19, 2025):
It was successfully reproduced, right?
@rgaricano commented on GitHub (Aug 19, 2025):
I had it but when uploading just a document without text message, but in v.0.6.18, i reported as https://github.com/open-webui/open-webui/issues/16599
I'm going to test main branch
@rgaricano commented on GitHub (Aug 19, 2025):
Yes, with main v0.6.22 it doesn't show the pencil, not even by hovering over it!
with dev branch v0.6.23 it run fine, pencil appear when hover over it.
@yuliang615 commented on GitHub (Aug 19, 2025):
How do I pull the dev version of docker?
@rgaricano commented on GitHub (Aug 19, 2025):
same but tagging the openwebui image as :dev
or using last packages: https://github.com/open-webui/open-webui/pkgs/container/open-webui
(you have docker command clicking hover its)