Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][Pager] Disabled buttons are accessible by keyboard #2691

Open
vveesseelliinnaa opened this issue Nov 14, 2024 · 0 comments
Open

[Bug][Pager] Disabled buttons are accessible by keyboard #2691

vveesseelliinnaa opened this issue Nov 14, 2024 · 0 comments
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working pkg:DataTools SEV: Medium triaged mark the triaged issues with correct priority

Comments

@vveesseelliinnaa
Copy link
Contributor

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

  1. https://www.telerik.com/kendo-react-ui/components/datatools/pager/keyboard-navigation
  2. Try to navigate through the disabled buttons of the Pager.
  3. Observe that the disabled "First", "Previous, "Next"" and "Last" links are not announced as disabled and receive keyboard focus.

Reported in: 1670296

@vveesseelliinnaa vveesseelliinnaa added a11y Item which represents accessibility compliance Bug Item which indicates that something is not working pkg:DataTools SEV: Medium triaged mark the triaged issues with correct priority labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Item which represents accessibility compliance Bug Item which indicates that something is not working pkg:DataTools SEV: Medium triaged mark the triaged issues with correct priority
Projects
None yet
Development

No branches or pull requests

2 participants