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
"Password history" can be focused and activated with the keyboard.
Actual Result
"Password history" is currently rendered as an <a> element without an href. This means it's not keyboard-focusable by default, so can't be reached/activated by keyboard users.
Screenshots or Videos
Additional Context
This should either be forced to be focusable (adding tabindex="0" and role="link"), or turned into an actual <button> element.
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
to reach the "Password history" controlExpected Result
"Password history" can be focused and activated with the keyboard.
Actual Result
"Password history" is currently rendered as an
<a>
element without anhref
. This means it's not keyboard-focusable by default, so can't be reached/activated by keyboard users.Screenshots or Videos
Additional Context
This should either be forced to be focusable (adding
tabindex="0"
androle="link"
), or turned into an actual<button>
element.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: