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
Describe the bug
It's impossible to navigate to input checkbox because it has display: none. Navigation is broken with keyboard and with screen reader. Clicking the checkbox is possible because the visible part of the checkbox is done with svg and the true checkbox (input element) is hidden.
To Reproduce
Steps to reproduce the behavior:
Go to Series All build page
Use tab key and try to navigate to the checkboxes under the header Hide tests that are
See that checkbox doesn't receives focus
Expected behavior
Checkbox should be navigable and it should have visible focus styles.
The text was updated successfully, but these errors were encountered:
* #133 - Make checkbox accessible by hiding the input with opacity rather than display + tweak focus styles
* #133 - Rename 'Checkbox' to match its filename because it's not a plain checkbox component
Describe the bug
It's impossible to navigate to input checkbox because it has
display: none
. Navigation is broken with keyboard and with screen reader. Clicking the checkbox is possible because the visible part of the checkbox is done with svg and the true checkbox (input element) is hidden.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Checkbox should be navigable and it should have visible focus styles.
The text was updated successfully, but these errors were encountered: