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

Component: Dropdown overlay aria-hidden-focus #14985

Open
Draganlazarev90 opened this issue Mar 8, 2024 · 1 comment
Open

Component: Dropdown overlay aria-hidden-focus #14985

Draganlazarev90 opened this issue Mar 8, 2024 · 1 comment
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA

Comments

@Draganlazarev90
Copy link

Describe the bug

image
WCAG 2.1 violation aria-hidden-focus

Environment

primeng 17.10

Reproducer

No response

Angular version

17.0.5

PrimeNG version

Primeng 17.11

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

18.18.0

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

@Draganlazarev90 Draganlazarev90 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 8, 2024
@TaneliTuomola
Copy link

There is a same issue with TreeSelect and MultiSelect: Two empty span element between item wrapper div (p-treeselect-items-wrapper &p-multiselect-items-wrapper) with attribute aria-hidden="true" contains focusable elements. Focusable content should have tabindex="-1" or be removed from the DOM.

@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
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
Projects
None yet
Development

No branches or pull requests

3 participants