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
Each button should include information about which folder it refers to.
Actual Result
All buttons have a generic "Edit folder" accessible name. To know which folder each button relates to, a screen reader user has to navigate backwards to work out what the actual folder that the button refers to is.
Screenshots or Videos
bitwarden-folders-edit-folder-button.mp4
Video: Chrome/NVDA tabbing through the various "Edit folder" buttons
Suggest that the aria-label on the <button ...> is expanded to include the name of the folder the button relates to, e.g. <button ... aria-label="Edit folder: #id24">
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
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
Tab
through the edit folder buttonsExpected Result
Each button should include information about which folder it refers to.
Actual Result
All buttons have a generic "Edit folder" accessible name. To know which folder each button relates to, a screen reader user has to navigate backwards to work out what the actual folder that the button refers to is.
Screenshots or Videos
bitwarden-folders-edit-folder-button.mp4
Video: Chrome/NVDA tabbing through the various "Edit folder" buttons
Additional Context
Current markup for each folder in that list:
Suggest that the
aria-label
on the<button ...>
is expanded to include the name of the folder the button relates to, e.g.<button ... aria-label="Edit folder: #id24">
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: