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
This may apply to other views, but I've only tested and verified within the Week view, and using the Axe DevTools extension in Chrome.
Regardless of whether there are any all-day events or not rendered in the all-day content row, the following WCAG violation is thrown when running an Axe scan on the week view of react-big-calendar:
Ensure elements with an ARIA role that require child roles contain them
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/react-big-calendar-example-forked-gv9kvv
Bug description
This may apply to other views, but I've only tested and verified within the Week view, and using the Axe DevTools extension in Chrome.
Regardless of whether there are any all-day events or not rendered in the all-day content row, the following WCAG violation is thrown when running an Axe scan on the week view of
react-big-calendar
:The axe DevTools links out to this page for more information.
Any of the Storybook examples that already exist can showcase this, (but here's a sandbox where the Week view is the default view for quicker testing.](https://codesandbox.io/p/sandbox/react-big-calendar-example-forked-gv9kvv)
Let me know if any other information is needed for my issue report. Thanks!
Expected Behavior
No axe violations when running an accessibility scan
Actual Behavior
No response
react-big-calendar version
1.17.1
React version
18.2.0
Platform/Target and Browser Versions
Chrome
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: