TieredMenu: Keyboard navigation does not skip non-visible menu items #15058
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
When I use keyboard navigation in the TieredMenu component (arrow keys up/down), the items with
visible: false
are not skipped, resulting in non-visible active elements when they are selected.Environment
NG17, latest primeng
Reproducer
https://stackblitz.com/edit/de3knh?file=src%2Fapp%2Fdemo%2Ftiered-menu-basic-demo.ts
Angular version
17.2.2
PrimeNG version
17.11.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20.9.0
Browser(s)
Chrome
Steps to reproduce the behavior
Expected behavior
non-visible elements are skipped in keyboard navigation
The text was updated successfully, but these errors were encountered: