-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Accordian : TextArea shortcuts are not working when used in Accordian Panels #14368
Comments
Fixed #14368 - Accordion | TextArea shortcuts are not working when us…
Hello @cetincakiroglu and @mehmetcetin01140 While Shift+Home and Shift+End shortcuts are now functional, other essential text area shortcuts (e.g., Home, End, Ctrl+Home, Ctrl+End, Up/Down arrows) remain inoperable when the cursor is within a text area nested within an accordion. This behavior is likely due to conflict with accordion-specific shortcuts. Notably, the PrimeVue library demonstrates correct functionality for the same component combination primevue-working-demo Could we have the same behavior in primeng too ?
|
@mehmetcetin01140 and @cetincakiroglu |
…ng when used in Accordian Panels
…ng when used in Accordian Panels
Fixed #14368 - Accordian : TextArea shortcuts are not working when us…
Describe the bug
When Text Area components are used in a accordion panels and focus is within the text area content, the traditional keyboard shortcuts such for using Shift+Home , Shift+End for highlighting the text and Home, End to move within the text area are not working and moves to next accordion instead.
When focus is within the text area, text-area shortcuts should take precedence
These shortcuts work fine when the text area is outside of accordian
Environment
Node : 20
Reproducer
https://stackblitz.com/edit/mwq3yh?file=src%2Fapp%2Fdemo%2Faccordion-basic-demo.html
Angular version
17.0.0
PrimeNG version
17.1.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
20
Browser(s)
Chrome 120
Steps to reproduce the behavior
Expected behavior
The text was updated successfully, but these errors were encountered: