bvaughn / react-virtualized

React components for efficiently rendering large lists and tabular data
http://bvaughn.github.io/react-virtualized/
MIT License
26.1k stars 3.05k forks source link

Accessibility issues in Table, Column components #1808

Open nmgokhale opened 1 year ago

nmgokhale commented 1 year ago

Bug Report

Accessibility violations in Table, Column, Grid components -

What is the current behavior?

Steps to reproduce -

  1. Add accessibility checker extension in browser - https://www.ibm.com/able/toolkit/verify/automated/
  2. Go to page - https://bvaughn.github.io/react-virtualized/#/components/Table
  3. Open browser's developer tools. Go to tab - "Accessibility Assessment"
  4. Click on "Scan" button
  5. After scan completes, filter the results to show only "Violations".

react-virtualized-table-violations

What is the expected behavior?

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? - No
Browser Google Chrome
OS macOS
React 16.13.1
React DOM 16.13.1
react-virtualized 9.22.3

Related issues -

https://github.com/bvaughn/react-virtualized/issues/1604

CC: @bvaughn

nmgokhale commented 1 year ago

@bvaughn Any update on this issue?

nmgokhale commented 1 year ago

@bvaughn Is this issue fixed in version 9.22.4 ?