-
-
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] a11y the toolbar should be outside of the role='grid' element #8525
Comments
Where can we see your data grid, and what is the tool you're using for this report? Because with only the generic message in your screenshot, we will not be able to investigate |
Hi @alexfauquette ,
Below is the grid I see on the UI I am using storybook to test the code. |
Could you create a CodeSandbox reproducing the error? Without more details there's no much we can do. |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
Stumbled across the same. Steps to reproduce: Steps:
|
From what I understand, the problem comes from the toolbar. The |
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed. If you wish to see the issue reopened, please provide the missing information. |
Just another data point, but I've run into this using |
@alexfauquette were you able to find a workaround? |
I'm not sure there is a workaround. It would require to move the |
We should add to #7902 then. |
Yeah, fixing this would probably be a breaking change. I was thinking we could fix this and do the DOM layout change required for point 1 of #9171 at the same time. I'm not sure how you see this working but if you have it figured out feel free to open a PR right away. |
I have seen this issue too in the past. For example, it's reported by Lighthouse: https://pagespeed.web.dev/analysis/https-mui-com-x/2irxt3dly6?hl=en&form_factor=desktop
I'm not sure, it could be sold as a bug fix. |
Perhaps, but people might use the role in their tests as we do:
This might break things for them. |
Hello, I am having an accessibility issue and I'm having trouble debugging this.
Please let me know if there is a resolution for this. Thanks.
The text was updated successfully, but these errors were encountered: