-
Notifications
You must be signed in to change notification settings - Fork 5k
p-menu Keyboard Navigation broken #19313
Copy link
Copy link
Closed
Labels
Component: AccessibilityIssue or pull request is related to WCAG or ARIAIssue or pull request is related to WCAG or ARIALTS-PORTABLEIssue's fix will be ported to supported LTS versionsIssue's fix will be ported to supported LTS versionsType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Milestone
Metadata
Metadata
Assignees
Labels
Component: AccessibilityIssue or pull request is related to WCAG or ARIAIssue or pull request is related to WCAG or ARIALTS-PORTABLEIssue's fix will be ported to supported LTS versionsIssue's fix will be ported to supported LTS versionsType: BugIssue contains a bug related to a specific component. Something about the component is not workingIssue contains a bug related to a specific component. Something about the component is not working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Describe the bug
When using a
p-menuin PrimeNG 20, you could navigate to the next menu item with the arrow keys. In PrimeNG 21, this no longer works. The problem is reproducible on the official documentation.I tracked down the issue to this commit ff18ada when removing the
[pBind]again the navigation is working again.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/asdmhygm-yepctx6k
Environment
Windows 11
Firefox and Chrome
Angular version
21.0.0
PrimeNG version
v21
Node version
24.13.0
Browser(s)
No response
Steps to reproduce the behavior
-> Not working
Expected behavior
After pressing the arrow key, the next item should be focused, as it was in PrimeNG20.