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

Tree: Accessibility issues #16156

Closed
barthuygen opened this issue Aug 1, 2024 · 0 comments · Fixed by #16187 · 4 remaining pull requests
Closed

Tree: Accessibility issues #16156

barthuygen opened this issue Aug 1, 2024 · 0 comments · Fixed by #16187 · 4 remaining pull requests
Assignees
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA LTS-16-PORTABLE LTS-FIXED-16.9.15
Milestone

Comments

@barthuygen
Copy link

Describe the bug

Tree component has a console error about the aria-hidden attribute when a node is opened.

Screenshot 2024-08-01 at 17 06 58

Environment

Macbook pro using arc browser with Chromium Engine Version 127.0.6533.73

Reproducer

No response

Angular version

17.3.8

PrimeNG version

17.18.1

Build / Runtime

Angular CLI App

Language

TypeScript

Node version (for AoT issues node --version)

v20.10.0

Browser(s)

Chromium Engine Version 127.0.6533.73

Steps to reproduce the behavior

go to the tree component on the primeng documentation and open a node, a console error will appear about the aria-hidden attribute

Expected behavior

No console error shown

@barthuygen barthuygen added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Aug 1, 2024
@barthuygen barthuygen changed the title Component: Tree Tree: Accessibility issues Aug 5, 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 Aug 7, 2024
@mehmetcetin01140 mehmetcetin01140 self-assigned this Aug 7, 2024
@mehmetcetin01140 mehmetcetin01140 added this to the 17.18.8 milestone Aug 7, 2024
cetincakiroglu added a commit that referenced this issue Aug 8, 2024
Fixed #16156 - Tree: Accessibility issues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment