You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempt to continue navigation with KB arrows for example
Result
KB nav doesn't work because the month/year view doesn't gain focus. Best guess atm there's a mousedown handler that prevents default so the wrapper container with tabindex="0" won't gain focus automatically and no logic backfills this behavior. If you click in-between items the view gains focus, which seems like a confirmation.
Expected result
The view should gain focus when interacted with pointer and allow navigation to continue with KB.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered:
Description
Can't continue with KB navigation after clicking inside a Calendar Month or Year view.
Steps to reproduce
OR https://stackblitz.com/edit/ecaxc2 (Month View cached fork)
OR https://stackblitz.com/edit/nuyftt (Year View cached fork)
Result
KB nav doesn't work because the month/year view doesn't gain focus. Best guess atm there's a
mousedown
handler that prevents default so the wrapper container withtabindex="0"
won't gain focus automatically and no logic backfills this behavior. If you click in-between items the view gains focus, which seems like a confirmation.Expected result
The view should gain focus when interacted with pointer and allow navigation to continue with KB.
Attachments
Attach a sample if available, and screenshots, if applicable.
The text was updated successfully, but these errors were encountered: