lyne-components
lyne-components copied to clipboard
[Bug]: focus on disabled buttons
Preflight Checklist
- [X] I have read the Contributing Guidelines for this project.
- [X] I agree to follow the Code of Conduct that this project adheres to.
- [X] 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