A11Y tab order does not focus on "+ x show"

Created on 6 November 2023, 8 months ago

Problem/Motivation

Our site requires keyboard navigation to reach all areas of the site. However, using the keyboard we are experiencing an A11y bug where we cannot focus or navigate to "+3 more" link. Another issue is rather than tab through each day's full event list and move to the next, we are experiencing the focus going back and forth between two days for each time slot. E.g. given a calendar with these events:

  • Friday
    • 8 am - Meeting 1
    • 9 am - Meeting 2
  • Saturday
    • 8 am - Meeting 3

The expected behavior is Meeting 1, 2, and 3. However, We are experiencing Meeting 1, 3 and 2.

The attached video shows both issues.

Steps to reproduce

Proposed resolution

  1. The "+ x more" should be accessible via tabbing
  2. Tab should cycle through all items in that day before moving to the next
  3. The show more modal should be accessible.

Remaining tasks

User interface changes

API changes

Data model changes

πŸ› Bug report
Status

Closed: won't fix

Version

6.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States robpowell Boston

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @robpowell
  • Status changed to Closed: won't fix 8 months ago
  • πŸ‡¦πŸ‡ΊAustralia Mingsong πŸ‡¦πŸ‡Ί

    This is an issue with Fullcalendar v4.

    https://github.com/fullcalendar/fullcalendar/issues/6624

    This module has already been put in minimum maintain mode, which means it won't update any new version of Fullcalendar library.

    If you want to use Fullcalendar V5 which supports accessibility better than V4. You can try Fullcalendar Block module instead.

Production build 0.69.0 2024