-
Notifications
You must be signed in to change notification settings - Fork 29
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 Issues with Kendo UI Components after Upgrade #592
Comments
Hi, @tbezawada-git, I tested a couple of examples from our website demos in order to reproduce the mentioned behavior, but I was not able to. It would be very helpful if you share more details about the component configuration you use or a working example with an error causing so I can explore it further. Regards, |
Hi @iadnonov Issue Details:
And Rendered HTML:
We would appreciate any guidance or workarounds to resolve these issues without making extensive changes to our codebase. |
Hi, @tbezawada-git, Thank you for providing the additional details. I understand how urgent fixing this issue is for your app. I tried to reproduce the issue with our latest version 2024.2.514, but still was not able to. In the following example, I am using a Pager for one of my tests. Can you please inspect it and confirm if the issue persists in this example on your end? https://stackblitz.com/edit/u8hryv?file=src%2Fmain.vue As a side note, the Kendo Vue Wrappers are in a period of depreciation. The last version was released in May 2024 with one year of support till May, 2025. More details can be found in our documentation page. |
Description:
We are experiencing accessibility issues with Kendo UI components both in older and the latest versions..
Environment:
Initial Kendo UI Package Versions:
@progress/kendo-datasource-vue-wrapper: ^2018.3.1018
@progress/kendo-dateinputs-vue-wrapper: ^2018.2.620
@progress/kendo-grid-vue-wrapper: ^2018.2.620
@progress/kendo-theme-bootstrap: ^2.11.9
@progress/kendo-ui: ^2018.1.226
Updated Kendo UI Package Versions:
@progress/kendo-datasource-vue-wrapper: ^2023.3.1010
@progress/kendo-dateinputs-vue-wrapper: ^2023.3.1010
@progress/kendo-grid-vue-wrapper: ^2023.3.1010
@progress/kendo-theme-bootstrap: ^7.0.2
@progress/kendo-ui: ^2023.3.1114
Vue Version: 2.7.16
Bootstrap Version: 4.1.1
Issue Details:
Accessibility Tags: We noticed that the grid/pagination components have accessibility tags added in the updated version.
Accessibility Error: The issue reported by accessibility testing tools (such as Allicat) is: "Ensures elements with an ARIA role that require parent roles are contained by them. Required ARIA parent roles not present: menu, menubar, group."
Existing Issue: Even after updating to the latest versions, we are still encountering issues where menuitem and menuitemradio roles need a parent role.
Steps to reproduce:
Additional context
We have tested the updated packages locally and ran accessibility tests using AllyCAT, but the issue persists.
We would appreciate any guidance or workarounds to resolve these issues without having to make extensive changes to our codebase.
The text was updated successfully, but these errors were encountered: