Skip to content

fix: #8343, PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu#8344

Merged
melloware merged 3 commits intoprimefaces:masterfrom
qburst:master
Oct 20, 2025
Merged

fix: #8343, PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu#8344
melloware merged 3 commits intoprimefaces:masterfrom
qburst:master

Conversation

@akshayaqburst
Copy link
Copy Markdown
Contributor

fix: #8343, PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu

Go to https://primereact.org/panelmenu/#basic
Click on a menu item with dropdown or arrow key, say 'Files'
Try to navigate using arrow keys, either UP arrow key or Down arrow key.
The focus is not pointing to the items in sub menu and navigation is not working.
I checked PrimeNg and PrimeVue and this navigation is working perfectly there but not in PrimeReact.

Expected behavior
The focus should point to the items in sub menu and user should be able to navigate using arrow keys.

A similar fix was done for #8341 (#8342 )

@melloware melloware added Type: Bug Issue contains a defect related to a specific component. Component: Accessibility Issue or pull request is related to WCAG or ARIA labels Oct 20, 2025
@melloware melloware merged commit fc88506 into primefaces:master Oct 20, 2025
1 of 2 checks passed
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

Successfully merging this pull request may close these issues.

PanelMenu: Up and down arrow key navigation not working with dropdown items in PanelMenu

3 participants