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

bug(Selector/option): Option status inside a selector not read when "selected" #29040

Open
1 task
emaestromartinez opened this issue May 13, 2024 · 0 comments
Open
1 task
Labels
Accessibility This issue is related to accessibility (a11y) area: material/select P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent

Comments

@emaestromartinez
Copy link

emaestromartinez commented May 13, 2024

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

When using the screenreader to read the selected/unselect, NVDA doesn't announce the 'Selected' state for selected list item when user navigates on list items.
NVDA only announces list item and its position in the list.
It does announce when they are selected.

Expected behavior:
It should also announce "Selected" for selected items, not just the name and position on the list.

Reproduction

Use angular material Select component as an example.
https://v7.material.angular.io/components/select/overview#multiple-selection
Navigate through the list using keyboard navigation. Have some options selected and others unselected. Use NVDA to read the state of the options.

Expected Behavior

It should also announce "Selected" for selected items, not just the name and position on the list.

Actual Behavior

When using the NVDA screenreader to read the selected/unselect, NVDA doesn't announce the 'Selected' state for selected list item when user navigates on list items.
NVDA only announces list item and its position in the list.
It does announce when they are selected.

Environment

Angular 17~, Angular Material 17~

  • Browser(s): Chrome last table version
  • Operating System: Windows 10 Enterprise. Last Stable version.
@emaestromartinez emaestromartinez added the needs triage This issue needs to be triaged by the team label May 13, 2024
@crisbeto crisbeto added P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent Accessibility This issue is related to accessibility (a11y) area: material/select and removed needs triage This issue needs to be triaged by the team labels May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Accessibility This issue is related to accessibility (a11y) area: material/select P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Projects
None yet
Development

No branches or pull requests

2 participants