SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
266 stars 126 forks source link

[Accessibility: ACC-264.1, ACC-253.3] Table: Visible label not provided and incorrect information read. #12579

Open divyamalhotra488 opened 3 days ago

divyamalhotra488 commented 3 days ago

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Visible and meaningful column header should be provided for all the columns. Here for ‘Select All’ check box column header a text alternative in the form of tool tip will also serve the purpose. All the tables should have visible and meaningful column header provided for all the columns. Meaningful and visible columns supports the user in entering/accessing data correctly in the table.

Can you handle that on the application side

No

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

All

If this is a bug, please provide steps for reproducing it; the exact components you are using;

Component used: VHD

  1. There is no visual label provided for ‘Select all’ check box column header and same is not read in the value help dialog.

    image
  2. Here, once select all check box is checked all the rows get selected, if a user navigates to any row and unchecks it still on accessing the column header it reads ‘Column header check box checked’ which means all rows are selected but that is not true.

    image image

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

You can try ngx examples, issue is reproducible there.

In case this is Accessibility related topic, did you consult with an accessibility expert? If not, please do so and share their recommendations.

Yes, issue is raised by an accessibility expert.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Yes

Is there anything else we should know?

IMPORTANT: Please refrain from providing links or screenshots of SAP's internal information, as this project is open-source, and its contents are accessible to anyone.

droshev commented 2 days ago

@mikerodonnell89 Can you check this request?