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: Error message when extand a node of tree #7253

Open
blan19 opened this issue Sep 25, 2024 · 0 comments
Open

Tree: Error message when extand a node of tree #7253

blan19 opened this issue Sep 25, 2024 · 0 comments
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA Type: Bug Issue contains a defect related to a specific component.

Comments

@blan19
Copy link

blan19 commented Sep 25, 2024

Describe the bug

error message occurs when tree's node is extended

there is a detailed error message below.

Blocked aria-hidden on a element because the element that just received focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead,
which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.

스크린샷 2024-09-25 오후 5 34 50

Reproducer

https://stackblitz.com/edit/vitejs-vite-dgroy1

System Information

System:
    OS: macOS 14.4
    CPU: (11) arm64 Apple M3 Pro
    Memory: 71.53 MB / 18.00 GB
    Shell: 5.9 - /bin/zsh
  Binaries:
    Node: 20.17.0 - /usr/local/bin/node
    npm: 10.8.2 - /usr/local/bin/npm
    pnpm: 9.10.0 - ~/Library/pnpm/pnpm
  Browsers:
    Chrome: 129.0.6668.70
    Safari: 17.4
  npmPackages:
    primereact: ^10.8.3 => 10.8.3 
    react: ^18.3.1 => 18.3.1

Steps to reproduce the behavior

  1. Try extanding any node of tree

Expected behavior

error message should not be output when extending the tree's node

@blan19 blan19 added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Sep 25, 2024
@blan19 blan19 changed the title Warning: Error message when extand a node of tree Tree: Error message when extand a node of tree Sep 25, 2024
@melloware melloware added Component: Accessibility Issue or pull request is related to WCAG or ARIA Type: Bug Issue contains a defect related to a specific component. and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Sep 25, 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 Type: Bug Issue contains a defect related to a specific component.
Projects
None yet
Development

No branches or pull requests

2 participants