mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 08:15:00 -05:00
bug: The text in the model selector menu are invisible #793
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 @Eisaichen on GitHub (May 3, 2024).
Bug Report
Description
Bug Summary:
In the most recent update v0.1.123
38ff3209adThe text in the model selector menu is invisible.
happens on all three available themes, but only occurs when the sidebar is opened.
Steps to Reproduce:
Expected Behavior:
[Describe what you expected to happen.]
text in the menu were able to see.
Actual Behavior:

[Describe what actually happened.]
Environment
0.1.123
0.1.32
Win11
Edge
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Installation Method
[Describe the method you used to install the project, e.g., manual installation, Docker, package manager, etc.]
Additional Information
[Include any additional details that may help in understanding and reproducing the issue. This could include specific configurations, error messages, or anything else relevant to the bug.]
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (May 3, 2024):
Could you try pulling the latest main? Unable to reproduce here.
@tjbck commented on GitHub (May 3, 2024):
Seems to be a browser specific issue, investigating atm.
@Eisaichen commented on GitHub (May 3, 2024):
@tjbck wired.. I just tried on another PC without cache or extension enabled on it, and the bug is still there.
I'm running a docker container with the "main" tag.
@Eisaichen commented on GitHub (May 3, 2024):
Tried disabling all external backends, using the official openAI API only. the bug is still there.
@tjbck commented on GitHub (May 3, 2024):
Just added a possible fix, let me know if the issue persists!
@Eisaichen commented on GitHub (May 3, 2024):
@tjbck Thank you for the rapid fix! the fix is effective.