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

[DataGridPro] Fix Tree Data and Row Grouping rows accessibility #13623

Merged
merged 94 commits into from
Aug 13, 2024

Conversation

arminmeh
Copy link
Contributor

Fixes #10032

Used this as a reference
https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/examples/treegrid-1/

Also fixes the issue with the value of aria-rowcount as it was not updated after filtering
w3c/aria-practices#465

@arminmeh arminmeh added bug 🐛 Something doesn't work accessibility a11y component: data grid This is the name of the generic UI component, not the React module! feature: Tree data Related to the data grid Tree data feature labels Jun 25, 2024
@mui-bot
Copy link

mui-bot commented Jun 25, 2024

@romgrk romgrk changed the title Expandable rows not accessible [DataGrid] Expandable rows not accessible Jun 25, 2024
@arminmeh arminmeh force-pushed the expandable-rows-not-accessible branch from b616ce8 to b75e0fe Compare June 28, 2024 06:44
@ArmandRedgate
Copy link

As the original poster of #10032, I just want to thank you for taking this on!

I had a look at the preview the bot posted and it looks good to me! It has all the attributes I'd expect and the numbers are right.

Thanks again,

Armand

@cherniavskii cherniavskii added the plan: Pro Impact at least one Pro user label Jul 4, 2024
@cherniavskii cherniavskii changed the title [DataGrid] Expandable rows not accessible [DataGridPro] Expandable rows not accessible Jul 4, 2024
@arminmeh arminmeh force-pushed the expandable-rows-not-accessible branch from 0be3e83 to 5886b5e Compare July 10, 2024 18:35
@arminmeh arminmeh force-pushed the expandable-rows-not-accessible branch from 1246f5b to f3346cf Compare July 11, 2024 18:36
@cherniavskii cherniavskii changed the title [DataGridPro] Expandable rows not accessible [DataGridPro] Fix Tree Data and Row Grouping rows accessibility Aug 12, 2024
@cherniavskii cherniavskii added the feature: Row grouping Related to the data grid Row grouping feature label Aug 12, 2024
Copy link
Member

@MBilalShafi MBilalShafi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, great work! 👏

@arminmeh arminmeh merged commit 9f3723f into mui:master Aug 13, 2024
18 checks passed
@arminmeh arminmeh deleted the expandable-rows-not-accessible branch August 13, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility a11y bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Row grouping Related to the data grid Row grouping feature feature: Tree data Related to the data grid Tree data feature plan: Pro Impact at least one Pro user
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[data grid] Expandable rows are not accessible
6 participants