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][Table platform sort menu] : Sort Menu item count is not read when focused #11922

Closed
I543348 opened this issue May 17, 2024 · 2 comments
Labels
accessibility use this label for any issue or enhancement related to screenreader/keyboard/etc support not a bug Invalid/Not reproducible

Comments

@I543348
Copy link

I543348 commented May 17, 2024

Is this a bug, enhancement, or feature request?

Bug

Describe your proposal.

Continuation of #11470
The menu item count is not being read
Expectation is when focus is on menu buttons for eg : Sort ascending then the screenreader has to read 1 of 2 , 2 of 2 and so on.
Currently this is not happening.

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
core/ platform: 0.43.34

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

  1. Open menu from column using keyboard enter key
  2. menu opens and focus is moved to first menu button from the menu
  3. Now observe that screenreader is not reading 1 of 2 or 2 of 2

image (1)

Please provide relevant source code (if applicable).

https://stackblitz.com/edit/angular-9qxxca-amqznc?file=package.json,src%2Fapp%2Fplatform-table-preserved-state-example.component.html

Please provide stackblitz example(s).

https://stackblitz.com/edit/angular-9qxxca-amqznc?file=package.json,src%2Fapp%2Fplatform-table-preserved-state-example.component.html

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

This is reported by Accessibility test lab team from SAP

Did you check the documentation and the API?

Did you search for similar issues?

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.

@I543348 I543348 changed the title [P2][Sourcing][Accessibility][Table platform sort menu] : Menu item count is not read [P2][Sourcing][Accessibility][Table platform sort menu] : Sort Menu item count is not read May 17, 2024
@I543348 I543348 changed the title [P2][Sourcing][Accessibility][Table platform sort menu] : Sort Menu item count is not read [P2][Sourcing][Accessibility][Table platform sort menu] : Sort Menu item count is not read when focused May 17, 2024
@droshev droshev added accessibility use this label for any issue or enhancement related to screenreader/keyboard/etc support not a bug Invalid/Not reproducible labels May 23, 2024
@droshev
Copy link
Contributor

droshev commented May 24, 2024

@I543348 We have tested it on ng-15 and it reads it correctly
Screenshot 2024-05-24 at 13 41 01
not reproducible

@droshev droshev closed this as completed May 24, 2024
@droshev droshev added this to the Sprint 134 - May 2024 milestone May 24, 2024
@I543348
Copy link
Author

I543348 commented Jun 18, 2024

ng-15

Hi @droshev , i see from the screenshot that you have tested on core table.
However. , the reported issue is for Platform table, Could you pls help and reopen accordingly?
replicable on https://stackblitz.com/edit/angular-9qxxca-amqznc?file=package.json,src%2Fapp%2Fplatform-table-preserved-state-example.component.html

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility use this label for any issue or enhancement related to screenreader/keyboard/etc support not a bug Invalid/Not reproducible
Projects
None yet
Development

No branches or pull requests

2 participants