primefaces/primereact
Calendar: Overlay arrow navigation through days is problematic
Offen
#7.928 geöffnet am 22.04.2025
Component: Accessibilitygood first issue
Repository-Metriken
- Stars
- (8.305 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Describe the bug
When I navigate through the days in calendar overlay, as soon as I am on the last day of the row and I press "ArrowRight", I am prompted to the next month instead of going to the next arrow.
Reproducer
No response
System Information
"primereact": "10.9.4"
"react": "19.1.0",=
Steps to reproduce the behavior
- Focus calendar input to open overlay
- Focus any day of the week
- Navigate through arrow keys all the way to the left / right
- Press the arrow key once again
- You are now on the previous / next month instead of previous / next row
Expected behavior
In this situation I expect to go to the next / previous row instead of month. This is the normal UX everyone expects, which is implemented in all the available datepickers out there for MUI, Aria, etc