You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand that work is tracked outside of Github. A PR will be linked to this issue should one be opened to address it, but Bitwarden doesn't use fields like "assigned", "milestone", or "project" to track progress.
The text was updated successfully, but these errors were encountered:
If using aria-labelledby proves too complex (squinting over the codebase, it seems <bit-label> does its own internal working out of what the id should be, which is not immediately available in the code that puts this view together), an alternative is to duplicate the visible label text as an aria-label on the <input>
Thank you for your report. I have flagged this to the Engineering department; please feel free to post additional information, such as screenshots or a screen video recordings, if you wish.
Steps To Reproduce
Expected Result
The input should be announced as "Website 1 (URI)", "Website 2 (URI)", etc.
Actual Result
The inputs lack an accessible name, and are just announced as unlabelled "Edit" fields.
Screenshots or Videos
bitwarden-settings-notifications-excluded-domains-inputs.mp4
Video: Chrome/NVDA - using "Add domain", then focusing on the input.
Additional Context
Current generated markup (elided) for one of these label/input pairs:
The simplest solution is to add an
aria-labelledby
to the input, pointing back to theid
of the preceding<bit-label>
.Operating System
Windows
Operating System Version
11
Web Browser
Chrome
Browser Version
131.0.6778.205 (Official Build) (64-bit)
Build Version
2024.12.2
Issue Tracking Info
The text was updated successfully, but these errors were encountered: