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

[Sourcing-2][Accessibility: ACC-264.1][WIP] Table updated not conveyed. #12492

Open divyamalhotra488 opened 2 weeks ago

divyamalhotra488 commented 2 weeks ago

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Component having issue: https://sap.github.io/fundamental-ngx/#/platform/table/basic If Table gets updated by any action then the same info in not conveyed to users by screen reader.

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 latest versions.

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

Use the following stackblitz example, and follow:

  1. You will see a 'Change Values' button at the bottom of the table in the stackblitz example.
  2. Once you click it, it will update table values in UI
  3. But the screen reader is not able to announce this change.

Please provide relevant source code (if applicable).

Please provide stackblitz example(s).

stackblitz

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

Yes we have got this bug from Accessibility expert only.

Did you check the documentation and the API?

Yes

Did you search for similar issues?

Yes

Is there anything else we should know?

Reopening previous closed defect (https://github.com/SAP/fundamental-ngx/issues/11257) since the issue is again reported in recent accessibility scan.

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 weeks ago

@divyamalhotra488 Can you help me understand what is different than the issue? Especially with this

divyamalhotra488 commented 2 weeks ago

Hi @droshev, I have created the issue again since https://github.com/SAP/fundamental-ngx/issues/11257 was closed by you and we again got same defect in recent accessibility scan. I will ask an accessibility team expert to comment here.

droshev commented 2 weeks ago

Similar to #12493 For us (as documented here) there is no issue. If you need us to do something you would need to provide different example where the is reproduced.

mikerodonnell89 commented 1 week ago

The new information is read correctly when the user navigates focus to the updated information. I think in this case, the responsibility to force a screenreader announcement may be on the application developer.

divyamalhotra488 commented 1 day ago

Hi @mikerodonnell89, the application is using platform table component which is very much encapsulated and cannot be modified from application side. If it is working as per expectations, I will ask accessibility team to have a look here.

MeghanaVernekar commented 1 day ago

Hello Colleagues,

Please find the attached screenshot below of the screen reader announcement for table updated:

image

Please let me know if you need any more details.

Regards, Meghana.