mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Chat control buttons are lacking accessibility descriptions #2572
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 @vojtapolasek on GitHub (Nov 5, 2024).
Bug Report
Installation Method
I use podman and I use the latest image.
Environment
Open WebUI Version: 0.3.35
Ollama (if applicable): not relevant
Operating System: Fedora 40
Browser (if applicable): Firefox 132
Confirmation:
Expected Behavior:
When accessing the buttons around the chat area with a screen reader, I expect to get their description / label announced.
Actual Behavior:
When accessing buttons, they are announced only as "button".
Description
Bug Summary:
Buttons around the chat area are lacking accessible descriptions.
Reproduction Details
Steps to Reproduce:
Start a chat.
Start a screen reader.
Use the TAB key to move through the interface until you reach buttons for regenerating chat, thumbs up / thumbs down etc. Move through buttons with tab.
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots/Screen Recordings (if applicable):
[Attach any relevant screenshots to help illustrate the issue]
Additional Information
I am willing to test your updates if you provide it in a contianer image or something like that.
@tjbck commented on GitHub (Nov 5, 2024):
#2790