SAP / fundamental-ngx

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

Accessibility issues in fd-table #11211

Open m8524769 opened 8 months ago

m8524769 commented 8 months ago

Is this a bug, enhancement, or feature request?

bug

Describe your proposal.

Case 1:

On accessing the selectable entire row, the corresponding table column headers should be announced along with the data cells.

Case 2:

On accessing the check box within a table column, its UI type should be announced as check box.

Case 3:

If we embed a fd-table in a fd-dialog's body, then the content of the table should not be announced automatically when the dialog is opened.

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.)

0.43.11

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

Create a fd-table with checkbox and enable focusable for both rows and cells, then TAB into the table.

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

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

Did you check the documentation and the API?

yes

Did you search for similar issues?

yes

Is there anything else we should know?

droshev commented 7 months ago

@m8524769 can you try with 0.43.25

droshev commented 3 months ago

@m8524769 any update?