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

Grid footer template adds invalid aria-owns id's #4536

Open
yanmariomenev opened this issue Feb 10, 2025 · 0 comments
Open

Grid footer template adds invalid aria-owns id's #4536

yanmariomenev opened this issue Feb 10, 2025 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

yanmariomenev commented Feb 10, 2025

Description

From version 13.2.1, the Grid adds invalid aria-owns id's that target non-existing element id's which are meant to target locked or spanned columns.

Steps To Reproduce

Open our online example and run the Axe accessibility tool or inspect the footer of the Grid.

https://demos.telerik.com/kendo-angular-ui/demos/grid/configuration/footer-template?theme=default-ocean-blue-a11y
https://www.telerik.com/kendo-angular-ui/components/grid/columns/templates#footer-template

Screenshots or video

Image

Expected Behavior

aria-owns should be added only when needed, such as in the TreeList component.

Browser

Chrome

Browser version

latest

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