Accessibility issue when using p-dropdown inside accordian #14905
Labels
Component: Accessibility
Issue or pull request is related to WCAG or ARIA
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Describe the bug
primngbugreport.mp4
When using dropdown inside accordian tab, the keyboard accessibility like tab, arrow-down arrow-up does not work. The arrow-up event changes the focus from the dropdown to the accordian. As seen from the video when i move the focus to payment type and the arrow keys move the focus to the parent element ie arrodian.
Environment
Angular 17.0.7
PrimeNg 17.8.0
Reproducer
No response
Angular version
17.0.7
PrimeNG version
17.8.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
v18.16.1
Browser(s)
Chrome, Edge
Steps to reproduce the behavior
focus changes to accodian
Expected behavior
Focus should stay on the dropdown and the options should be accessed using key-up and key-down
(issue got introduced in primeng 17, does not occur in ngprime 13)
The text was updated successfully, but these errors were encountered: