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
I agree to follow the Code of Conduct that this project adheres to.
I have searched the issue tracker for an issue that matches the one I want to file, without success.
Bug type
Accessibility
It affects the following packages
Components
Which version of Lyne Components are you using
1.2.0
Operating system
Windows 10
Browser / Browser version
Chrome 126.0.6478.127
Input mode
Mouse/Keyboard
Additional settings
No response
What happened?
At this moment disabled Buttons are not focusable for blind users. You can overwrite this with the tabIndex but this is not working in the DialogActions.
They should be focusable aswell, so that blind users can get information about the status.
I think there should be a prop to make this possible.
Steps to reproduce the issue
disabled button on view
try to tab to a button
you cant tab to the disabled button
Relevant log output
No response
Implementation Details
Remove tabindex logic for disabled buttons (all types of buttons, but not form elements)
Add accessibility documentation for button components to recommend adding aria references to describe why the button is disabled (from consumer side)
The text was updated successfully, but these errors were encountered:
Preflight Checklist
Bug type
Accessibility
It affects the following packages
Components
Which version of Lyne Components are you using
1.2.0
Operating system
Windows 10
Browser / Browser version
Chrome 126.0.6478.127
Input mode
Mouse/Keyboard
Additional settings
No response
What happened?
At this moment disabled Buttons are not focusable for blind users. You can overwrite this with the tabIndex but this is not working in the DialogActions.
They should be focusable aswell, so that blind users can get information about the status.
I think there should be a prop to make this possible.
Steps to reproduce the issue
you cant tab to the disabled button
Relevant log output
No response
Implementation Details
The text was updated successfully, but these errors were encountered: