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
The account has visible text information (e.g. "[email protected], bitwarden.com, locked") - this should be announced as part of the button's accessible name.
Actual Result
The accounts are only announced with generic "Switch account: button". This is because the actual account info is currently mistakenly aria-hidden="true"
This makes the buttons useless for screen reader users, and violates WCAG 2.2 SC 2.5.3 Label in Name (at least)
Screenshots or Videos
Additional Context
No response
Operating System
Windows
Operating System Version
11
Installation method
Direct Download (from bitwarden.com)
Build Version
2024.12.1
Issue Tracking Info
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:
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 account has visible text information (e.g. "[email protected], bitwarden.com, locked") - this should be announced as part of the button's accessible name.
Actual Result
The accounts are only announced with generic "Switch account: button". This is because the actual account info is currently mistakenly
aria-hidden="true"
clients/apps/desktop/src/app/layout/account-switcher.component.html
Line 79 in 196c1e1
This makes the buttons useless for screen reader users, and violates WCAG 2.2 SC 2.5.3 Label in Name (at least)
Screenshots or Videos
Additional Context
No response
Operating System
Windows
Operating System Version
11
Installation method
Direct Download (from bitwarden.com)
Build Version
2024.12.1
Issue Tracking Info
The text was updated successfully, but these errors were encountered: