Open
Description
I'm submitting a...
- Bug report
Current behavior
Disabled buttons do not have tabindex=-1, so they are accessible by user using tab key.
Expected behavior
Disabled "First", "Previous, "Next" and "Last" links are marked up and announced as disabled and are not keyboard focusable.
Minimal reproduction of the problem with instructions
- https://www.telerik.com/kendo-react-ui/components/datatools/pager/keyboard-navigation
- Try to navigate through the disabled buttons of the Pager.
- Observe that the disabled "First", "Previous, "Next"" and "Last" links are not announced as disabled and receive keyboard focus.
Reported in: 1670296