okta-signin-widget
okta-signin-widget copied to clipboard
Accessibility issue on show password button/icon
I'm submitting a
- [x ] bug report
- [ ] feature request
Background info
Accessibility issue affecting screen readers
Expected behavior
What went wrong?
The “Show password” button is empty. The aria-label technique is not a good one if there is nothing in the button when CSS is deactivated. a. Remove the aria-label attribute from the
Steps to reproduce
Standard widget HTML
Your environment
- Okta Sign-In Widget Version: Any
- Browser: Any
- OS: Any
- Language: Any
Internal ref: OKTA-293145
I am also seeing this issue as well. Is there any fix out for this?
You also cannot "TAB" to the "button" so its not keyboard accessible as well. If you make it a button in the html, it should be keyboard accessible
Have you enabled features.showPasswordToggleOnSignInPage
?
https://github.com/okta/okta-signin-widget#feature-flags
@aarongranick-okta yes - that is how we are having it show. The problem is that it fails accessibility (ie. screen readers, keyboard only users, etc.)
We also have noticed this bug still exists. It affects more than screen reader users. Keyboard only users are also prevented from being able to use it.
Is there an ETA on when this will be fixed, please?