Date Pickers and Calendar keyboard navigation issues #14958
Labels
🐛 bug
Any issue that describes a bug
📆 calendar
📅 date-picker
📅 date-range-picker
keyboard-navigation
🆕 status: new
overlay
Description
Related to #14918
Some parts of the calendar - Active month, Year, Prev/Next buttons, still prevent the keyboard handling of the pickers/overlay. I've already removed some of the propagation stops for the related issue, but those only resolved the main items navigation.
Steps to reproduce
OR https://stackblitz.com/edit/nd6bbo
Result
The picker doesn't close when the focus is on those items. For the months button for example the block is here:
igniteui-angular/projects/igniteui-angular/src/lib/calendar/calendar.component.ts
Lines 996 to 997 in 593a033
However, removing this one with the button still being under the main calendar wrapper actually breaks the calendar navigation.
Currently only have two suggestions:
Expected result
Should be able to use the picker's documented key shortcuts to close the calendar popup regardless of where the focus is in the calendar.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: