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

Multi select dropdown multiSelectItem missing role='option'. #14958

Closed
vinodneppalli62 opened this issue Mar 7, 2024 · 1 comment · Fixed by #15153
Closed

Multi select dropdown multiSelectItem missing role='option'. #14958

vinodneppalli62 opened this issue Mar 7, 2024 · 1 comment · Fixed by #15153
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@vinodneppalli62
Copy link

vinodneppalli62 commented Mar 7, 2024

Describe the bug

  1. JAWS screen reader reading selected checkbox as not selected while navigating through multi select dropdown options.
  2. Select All checkbox is always reading checkbox checked whether is checked or not (I think instead of setting false value to checked attribute on 'checkbox input' removing that attribute when it is not checked works).

Environment

Using prime ng multiselect in the application currently we are upgrading. We are using 16.9.1 and It is happening in latest version as well.

Reproducer

No response

Angular version

^16.2.0

PrimeNG version

^16.9.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

20.9.0

Browser(s)

Chrome

Steps to reproduce the behavior

No response

Expected behavior

Should read checked one as Selected and not checked one as Not Selected.

@vinodneppalli62 vinodneppalli62 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Mar 7, 2024
@mehmetcetin01140 mehmetcetin01140 added Component: Accessibility Issue or pull request is related to WCAG or ARIA and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Mar 18, 2024
TaneliTuomola pushed a commit to TaneliTuomola/primeng that referenced this issue Mar 25, 2024
@cetincakiroglu cetincakiroglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Mar 29, 2024
@cetincakiroglu cetincakiroglu added this to the 17.13.0 milestone Mar 29, 2024
cetincakiroglu added a commit that referenced this issue Mar 29, 2024
@vinodneppalli62
Copy link
Author

vinodneppalli62 commented Mar 29, 2024

role='option' fixed the options(multiSelecteItem) accessibility but select all check box near filter input is always reading checked even though it is not selected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants