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

Accessibility ARIA issues on The Kendo UI for Angular TreeView #4392

Open
bratorimatori opened this issue Aug 29, 2024 · 0 comments
Open

Accessibility ARIA issues on The Kendo UI for Angular TreeView #4392

bratorimatori opened this issue Aug 29, 2024 · 0 comments

Comments

@bratorimatori
Copy link

Describe the bug
This error started popping up in the console.

Blocked aria-hidden on a element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus.

<input type=​"checkbox" role=​"none" class=​"k-checkbox k-checkbox-md k-rounded-md" id=​"1" tabindex=​"-1" aria-hidden=​"true">​

This error message is related to accessibility issues in your HTML code, specifically using the aria-hidden attribute on an element.

The component used is kendo-treeview

To Reproduce
Steps to reproduce the behavior:

Just go to the docs page for the component and check the checkboxes

https://www.telerik.com/kendo-angular-ui/components/treeview/accessibility/

Expected behavior
No error in the console.

Screenshots
Screenshot 2024-08-29 at 12 27 45

Browser

  • OS: Sonoma 14.6.1
  • Browser Chrome
  • Version 128.0.6613.85

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants