Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[P2][Sourcing][Accessibility][fdp-table] Continuous reading issue while focusing on table row #10870

Closed
yixuan-liu opened this issue Nov 1, 2023 · 2 comments
Labels
ng15 Angular 15 support

Comments

@yixuan-liu
Copy link

yixuan-liu commented Nov 1, 2023

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

When using reader to focus on any particular table row, the whole row information including all the cell content is being read in one go where users cannot understand the information and the placements of the cells which is being read.

When focus on a row, should read both column label and cell content. The content should be correctly conveyed by announcing its associated column header followed by the actual content.

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

  • Angular 15
  • F-NGX Platform: 0.43.14

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

Using a simple basic table example https://ng-15-downport--fundamental-ngx.netlify.app/#/platform/table, and use screen reader to focus on any particular table row.

Screenshot 2023-11-01 at 5 10 28 PM

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.

Label, information, properties of all UI elements should be conveyed correctly once to the screen reader users when accessed and additional reading should be avoided.

Did you check the documentation and the API?

Did you search for similar issues?

Is there anything else we should know?

@rvamudha
Copy link

rvamudha commented Nov 6, 2023

@yixuan-liu - this is P2 can you please tag this with [P2]

@yixuan-liu yixuan-liu changed the title [Sourcing][Accessibility][fdp-table] Continuous reading issue while focusing on table row [P2][Sourcing][Accessibility][fdp-table] Continuous reading issue while focusing on table row Nov 7, 2023
@droshev
Copy link
Contributor

droshev commented Nov 9, 2023

The recommendation is: remove the complete row focus(for tree table) so we won't need to read the row info.

@yixuan-liu @I543348

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ng15 Angular 15 support
Projects
None yet
Development

No branches or pull requests

3 participants