mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #2587] bug: CSS patch needed, Android Firefox totally unable to click response buttons #28466
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 @gamepad-coder on GitHub (May 26, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/2587
Bug Report
Description
=== Bug Summary ===
Environment
More details at bottom
for examples in 4 environments (bug path on Firefox Mobile + happy path in Chrome Mobile)
Main Idea
=== Steps to Reproduce ===
[1] Fresh install using bundled ollama command from the README
docker run -d -p 3000:8080 --gpus=all -v ollama:/root/.ollama -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:ollama[2] Install
llama3using theopen-webuisettings UI[3] Get address
ipconfig(windows) /ip a(linux), i.e.10.0.0.1for this exampledocker ps(or just3000if you didn't change the command from step [1])[4] On an Android phone, open latest Firefox and navigate to
10.0.0.1:3000(just an example, your ip:port will vary)[5] Say something to an AI
[6] Once at least one AI Response exists in the chat, try to click one of the buttons under the Response,
Generation InfoorContinue ResponseorRegenerate.[7] Observe it's almost impossible to click these buttons since they're all blocked by the div for the user input.
=== Expected Behavior ===
=== Actual Behavior ===
Environment
Open WebUI Version:
v0.1.125Ollama (if applicable):
ollama version is 0.1.38Operating System:
Windows 11,WSL2to serve,Android Phoneto testBrowser (if applicable):
Firefox 126.0(2024-05-09)Reproduction Details
Confirmation:
Logs and Screenshots
=== Browser Console Logs ===
=== Docker Container Logs ===
=== Screenshots (if applicable) ===
❌ Firefox Mobile (Android) -- Totally Broken
https://github.com/open-webui/open-webui/assets/65138515/9e3cb0f9-8b2b-4457-8d6d-f4dc705912d7
✅ Firefox Mobile (PC, Devtools) -- Can't reproduce
https://github.com/open-webui/open-webui/assets/65138515/7cbbb06c-9172-49c5-a7b9-20725c4e7318
✅Chrome Mobile (Android) -- Totally Fine
https://github.com/open-webui/open-webui/assets/65138515/2c021fe6-8edf-44b4-b37b-f6917cbe555d
✅/ ❌ Chrome PC -- Only breaks if input box becomes too tall
This example is exactly the same as https://github.com/open-webui/open-webui/issues/2231
Installation Method
Additional Information
Note
@tjbck commented on GitHub (May 26, 2024):
Duplicate #2504, actively being worked on!
@gamepad-coder commented on GitHub (Jun 7, 2024):
✅ Totally patched 🎉