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
When visibleMonths is set to at least 2, for certain combinations of days-views, such as April+May, depending on the number of days, sometimes an empty "week" is rendered, where all days are hidden. This leads to a Certain ARIA roles must contain particular children violation.
Reproduction
Set visibleMonths to 2
Go to April 2025
Workaround
In case all days in a week are hidden, the week should have aria-hidden set to true, or not be rendered at all?
Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
5.3.0
Browser/OS/Node environment
Chrome, Mozilla, etc.
The text was updated successfully, but these errors were encountered:
ddaribo
changed the title
Calendar throws ARIA violations in certain configurations
[Bug] Calendar throws ARIA violations in certain configurations
Apr 2, 2025
Which component(s) are affected?
Calendar
Description
When
visibleMonths
is set to at least 2, for certain combinations of days-views, such as April+May, depending on the number of days, sometimes an empty "week" is rendered, where all days are hidden. This leads to aCertain ARIA roles must contain particular children
violation.Reproduction
Workaround
In case all days in a week are hidden, the week should have
aria-hidden
set totrue
, or not be rendered at all?Is this a regression?
No or unsure. This never worker, or I haven't tried before.
Affected versions
5.3.0
Browser/OS/Node environment
Chrome, Mozilla, etc.
The text was updated successfully, but these errors were encountered: