mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-26 22:49:41 -05:00
[GH-ISSUE #24097] issue: Screen reader navigation on the main web interface is broken #35714
Reference in New Issue
Block a user
Originally created by @martin-schmit on GitHub (Apr 24, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24097
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.8.11 - v0.9.2
Ollama Version (if applicable)
0.21.0
Operating System
Debian 13 Gnome
Browser (if applicable)
Firefox & Chromium
Confirmation
README.md.Expected Behavior
UI Should be Accessable with screenreader
Actual Behavior
UI Ellements are not acessable with Screenreader from v0.8.11
Steps to Reproduce
Docker Image: ghcr.io/open-webui/open-webui:main
OS: Linux Debian 13 (GNOME)
Screen Reader: Orca
Browsers tested: Firefox, Chromium
Display Server: Reproduced on both Wayland and X11
Logs & Screenshots
Additional Information
Description
Keyboard navigation (using Tab or arrow keys) worked perfectly up until version v0.8.10. Since upgrading to v0.8.11, certain UI elements can no longer be reached via screen reader.
Specifically, the user menu (used for logging out or accessing settings) is no longer accessible. This affects both the menu in the top-right corner and the menu in the bottom-left corner. Even toggling the sidebar does not resolve the issue; the menus remain unreachable. Furthermore, the buttons for uploading files, activating tools, and enabling web search cannot be reached via Tab or arrow keys. Instead, the screen reader focus jumps directly from the chat input field to the voice input button.
Because these buttons cannot be reached via keyboard, they are inaccessible to blind or low-vision users.
Environment
Docker Image: ghcr.io/open-webui/open-webui:main
OS: Linux Debian 13 (GNOME)
Screen Reader: Orca
Browsers tested: Firefox, Chromium
Display Server: Reproduced on both Wayland and X11
Reproduction/Verification
To ensure the issue was not caused by the screen reader itself, I downgraded Open WebUI to v0.8.10, where navigation worked without any issues. This confirms the bug was introduced in v0.8.11.
Affected Versions
All versions from v0.8.11 up to (and including) v0.9.2.
Additional Notes
While there are other minor accessibility issues (e.g., selecting the menu to edit folders in the sidebar or using the model selector), these have existed previously and can be managed with certain workarounds. However, this new bug makes the application practically unusable for blind users.
The attached screenshots highlight the areas that were still accessible in v0.8.10.
Thank you for your help! Additional testing on other operating systems or screen readers would be greatly appreciated.