You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Open browser's developer tools. Go to tab - "Accessibility Assessment"
Click on "Scan" button
After scan completes, filter the results to show only "Violations".
What is the expected behavior?
The tabbable element's role 'columnheader' is not a widget role : Allow an option to set tabIndex="-1" in Column component
The element with role "rowgroup" is not contained in or owned by an element with one of the following roles: "grid, table, treegrid": Allow an option to set role in Table component
Which versions of React and react-virtualized, and which browser / OS are affected by this issue? Did this work in previous versions of react-virtualized?
Browser
Chrome
OS
macOS
React
18.3.0
React DOM
18.3.1
react-virtualized
9.22.2
The text was updated successfully, but these errors were encountered:
Bug Report
What is the current behavior?
Steps to reproduce -
What is the expected behavior?
The tabbable element's role 'columnheader' is not a widget role : Allow an option to set tabIndex="-1" in Column component
The element with role "rowgroup" is not contained in or owned by an element with one of the following roles: "grid, table, treegrid": Allow an option to set role in Table component
Which versions of React and react-virtualized, and which browser / OS are affected by this issue? Did this work in previous versions of react-virtualized?
The text was updated successfully, but these errors were encountered: