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

PanelMenu: Keyboard support not working #7419

Open
glorindel opened this issue Nov 14, 2024 · 0 comments
Open

PanelMenu: Keyboard support not working #7419

glorindel opened this issue Nov 14, 2024 · 0 comments
Labels
Component: Accessibility Issue or pull request is related to WCAG or ARIA

Comments

@glorindel
Copy link

glorindel commented Nov 14, 2024

Describe the bug

Right now accessiblity - keyboard support working only for headers but you cant get into the treenodes.
When you use it should focus treenode (but it always jump to next header):
"down arrow If panel is collapsed then moves focus to the next header, otherwise first treenode of the panel receives the focus."

You can try on any panelmenu on primereact.org

Reproducer

No response

System Information

"primereact": "^10.8.4",

System:
    OS: Windows 10 10.0.19045
    CPU: (6) x64 AMD EPYC 7302 16-Core Processor
    Memory: 19.23 GB / 36.00 GB
  Binaries:
    Node: 22.11.0 - C:\Program Files\nodejs\node.EXE
    npm: 10.9.0 - C:\Program Files\nodejs\npm.CMD
  Browsers:
    Chrome: 130.0.6723.117
    Edge: Chromium (130.0.2849.68)

Steps to reproduce the behavior

  1. https://primereact.org/panelmenu/
  2. use TABs to get on them panel menu header
  3. using keyboard its not possible to focus on node items, it will jumps always on next header

image
image

Expected behavior

User should be able to use keys to navigate through every node in panel menu.

@glorindel glorindel added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 14, 2024
@melloware melloware 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 Nov 14, 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

2 participants