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

Focus order is incorrect when navigating through the associated events in the date cell of the calendar in Windows. #2713

Open
5 tasks done
msftedad opened this issue Jan 22, 2025 · 0 comments
Labels

Comments

@msftedad
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

Focus order is incorrect when navigating through the associated events in the date cell of the calendar in Windows. Keyboard users will find it difficult to navigate and get the information correctly if focus order is incorrect.

Expected Behavior

On pressing tab key, focus order should be correct when navigating through the associated events in the date cell of the calendar. Focus should move to the events in the date cell for ex: after 7th date cell focus should move to the 'events in that date and then to the next date cell. similarly, focus should also move to the controls like '+4 more' and then move to the next date cell.

Actual Behavior

On pressing tab key, focus order is incorrect when navigating through the associated events in the date cell of the calendar. Focus is not moving to the events in the date cell for ex: after 7th date cell focus is going to the next date cell.

Image
Focus.order.is.incorrect.when.navigating.through.the.associated.events.in.the.date.cell.of.the.calendar.in.Windows.2.mp4

react-big-calendar version

0.33.2

React version

16.8.1

Platform/Target and Browser Versions

Windows 11 Version 24H2(OS Build 26120.2415)

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
@msftedad msftedad added the bug label Jan 22, 2025
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