-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[data grid] Axe DevTool reports 1 serious issue for DataGrid having scroll enabled #14871
Comments
I'll add it to the board. Thanks for opening an issue on this! |
@michelengelen - We are using below Mui X version. FYI "@mui/x-data-grid-pro": "6.18.6", |
Could you clarify the accessibility issue that's being reported by your devtool? As in, the actual navigation problem from an end-user standpoint. I would also suggest upgrading to v7 if possible, we prefer to avoid porting fixes back to v6 at this point. |
@romgrk This is the we are getting. Regarding upgrade, I understand your point but, we are at position where we cannot do upgrade at this point but we need to clear all accessibility issue with this version and release the product. |
I have seen what your tool reports, I don't understand what it means. Could you showcase the actual a11y issue? E.g. with reproduction steps, like "1. Press Tab to focus the grid, 2. Press Arrow key to focus subelement, 3. etc". Alternatively, if you could clarify what needs to change to satisfy that checker, that would also work. If you need to fix all a11y issues, you will also need to upgrade to v7. The v6 had a DOM layout that made it impossible to correctly pass along the row/col counts to screen readers (it's a browser/ARIA issue, nothing we could do otherwise). We redid the layout in v7 to fix a11y (among other concerns), so you'll want to use that version. |
The issue has been inactive for 7 days and has been automatically closed. |
Steps to reproduce
Link to live example: (required)
Steps:
Live Preview of Error
Current behavior
Axe Devtool gives one serious issue when there is a scroll visible inside grid. Same issue is getting replicated in our site where we have used this grid.
Expected behavior
We should not have any issue even with scroll enabled in the grid.
Context
We are implementing accessibility on our website where we are trying to resolve all axe devtool error and other manual errors
Your environment
npx @mui/envinfo
Search keywords: Grid Accessibility
Order ID: 81479
The text was updated successfully, but these errors were encountered: