Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Accessibility] "Ensure elements with ARIA role that require child roles contain them #2538

Open
4 of 5 tasks
vasanthkumar258 opened this issue Mar 14, 2024 · 1 comment
Open
4 of 5 tasks
Labels

Comments

@vasanthkumar258
Copy link

Check that this is really a bug

  • I confirm

Reproduction link

https://jquense.github.io/react-big-calendar/examples/index.html?path=/story/about-big-calendar--page

Bug description

when we are having a show more button..

Issue - div[role="row"] is having button[tabindex]
image

Possible fix - We need to add role="cell" to the parent div of the "Show more" button
image

Expected Behavior

No Accessibility issue should be found

Actual Behavior

Accessibility issue is observed.

react-big-calendar version

1.11.1

React version

Recat v16.8

Platform/Target and Browser Versions

Edge

Validations

  • Read the docs.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Make sure this is a react-big-calendar issue and not an implementation issue

Would you like to open a PR for this bug?

  • I'm willing to open a PR
@vasanthkumar258
Copy link
Author

@cutterbl, any update on this?/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant