[GH-ISSUE #22139] issue: "Floating Quick Actions" missing in some chats #35170

Closed
opened 2026-04-25 09:24:17 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @SlavikCA on GitHub (Mar 2, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/22139

Originally assigned to: @Classic298 on GitHub.

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

0.8.7

Ollama Version (if applicable)

llama.cpp

Operating System

Ubuntu 24

Browser (if applicable)

Chrome

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

When text selected in the chat, I expect "Ask" and "Explain" Floating Quick Actions.

Actual Behavior

When text selected in the chat, "Ask" and "Explain" Floating Quick Actions missing, IF the model used for the chat is NOT present anymore.

Steps to Reproduce

  1. I was using OpenWebUI to generate chats with one model: local-qwen3-80b running via llama.cpp. Floating Quick Actions works, as expected.
  2. In llama.cpp, switch to use another model - local-qwen35-122b.
  3. Now that the model from step1 is not available anymore - "Floating Quick Actions" works as expected only for chats generated with new model - local-qwen35-122b, but doesn't work if I open any chat generated in step1 with local-qwen3-80b

Logs & Screenshots

Missing "Floating Quick Actions" in case models mismatch:

Image

"Floating Quick Actions" present:

Image

Additional Information

No response

Originally created by @SlavikCA on GitHub (Mar 2, 2026). Original GitHub issue: https://github.com/open-webui/open-webui/issues/22139 Originally assigned to: @Classic298 on GitHub. ### Check Existing Issues - [x] I have searched for any existing and/or related issues. - [x] I have searched for any existing and/or related discussions. - [x] I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!). - [x] I am using the latest version of Open WebUI. ### Installation Method Docker ### Open WebUI Version 0.8.7 ### Ollama Version (if applicable) llama.cpp ### Operating System Ubuntu 24 ### Browser (if applicable) Chrome ### Confirmation - [x] I have read and followed all instructions in `README.md`. - [x] I am using the latest version of **both** Open WebUI and Ollama. - [x] I have included the browser console logs. - [x] I have included the Docker container logs. - [x] I have **provided every relevant configuration, setting, and environment variable used in my setup.** - [x] I have clearly **listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup** (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc). - [x] I have documented **step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation**. My steps: - Start with the initial platform/version/OS and dependencies used, - Specify exact install/launch/configure commands, - List URLs visited, user input (incl. example values/emails/passwords if needed), - Describe all options and toggles enabled or changed, - Include any files or environmental changes, - Identify the expected and actual result at each stage, - Ensure any reasonably skilled user can follow and hit the same issue. ### Expected Behavior When text selected in the chat, I expect "Ask" and "Explain" Floating Quick Actions. ### Actual Behavior When text selected in the chat, "Ask" and "Explain" Floating Quick Actions missing, IF the model used for the chat is NOT present anymore. ### Steps to Reproduce 1. I was using OpenWebUI to generate chats with one model: `local-qwen3-80b` running via llama.cpp. Floating Quick Actions works, as expected. 2. In llama.cpp, switch to use another model - `local-qwen35-122b`. 3. Now that the model from step1 is not available anymore - "Floating Quick Actions" works as expected only for chats generated with new model - `local-qwen35-122b`, but doesn't work if I open any chat generated in step1 with `local-qwen3-80b` ### Logs & Screenshots Missing "Floating Quick Actions" in case models mismatch: <img width="722" height="592" alt="Image" src="https://github.com/user-attachments/assets/074aa296-6d0a-4d59-8b0b-fa9fdb59eed2" /> "Floating Quick Actions" present: <img width="712" height="569" alt="Image" src="https://github.com/user-attachments/assets/ee8c5529-5398-4739-9278-3328cb013b16" /> ### Additional Information _No response_
GiteaMirror added the bug label 2026-04-25 09:24:17 -05:00
Author
Owner

@Classic298 commented on GitHub (Mar 2, 2026):

taking a look here

<!-- gh-comment-id:3985353886 --> @Classic298 commented on GitHub (Mar 2, 2026): taking a look here
Author
Owner

@Classic298 commented on GitHub (Mar 2, 2026):

should get fixed by https://github.com/open-webui/open-webui/pull/22149

<!-- gh-comment-id:3985673419 --> @Classic298 commented on GitHub (Mar 2, 2026): should get fixed by https://github.com/open-webui/open-webui/pull/22149
Author
Owner

@Classic298 commented on GitHub (Mar 2, 2026):

testing wanted

<!-- gh-comment-id:3985974560 --> @Classic298 commented on GitHub (Mar 2, 2026): testing wanted
Author
Owner

@SlavikCA commented on GitHub (Mar 2, 2026):

I'll be glad to test.

But I only can use docker images.

It's not available yet, right?:

https://github.com/open-webui/open-webui/pkgs/container/open-webui/versions?filters%5Bversion_type%5D=tagged

<!-- gh-comment-id:3986013907 --> @SlavikCA commented on GitHub (Mar 2, 2026): I'll be glad to test. But I only can use docker images. It's not available yet, right?: https://github.com/open-webui/open-webui/pkgs/container/open-webui/versions?filters%5Bversion_type%5D=tagged
Author
Owner

@Classic298 commented on GitHub (Mar 2, 2026):

well no problem just pull my branch and build the docker image locally

<!-- gh-comment-id:3986037063 --> @Classic298 commented on GitHub (Mar 2, 2026): well no problem just pull my branch and build the docker image locally
Author
Owner

@SlavikCA commented on GitHub (Mar 8, 2026):

Tested on DEV branch today:

ghcr.io/open-webui/open-webui:git-2e1ef80-slim

works great now.

Thank you!

<!-- gh-comment-id:4017831047 --> @SlavikCA commented on GitHub (Mar 8, 2026): Tested on DEV branch today: ghcr.io/open-webui/open-webui:git-2e1ef80-slim works great now. Thank you!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#35170