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

Calendar has empty aria-labelledby attribute with headerToolbar: false #6884

Closed
sfishmonger opened this issue Jun 9, 2022 · 4 comments
Closed
Assignees
Milestone

Comments

@sfishmonger
Copy link

Reduced Test Case

Link to the codepen
https://codepen.io/spoissonnierAz/pen/RwQeYJQ

Bug Description

Describe how to recreate the bug.

Instanciate a FullCalendar on version 5.11.0.
Set the configuration option headerToolbar to false to hide header tool bar, by doing this the 'aria-labelledby' of the calendar will remain but will be empty

What do you expect to happen?

Do not include the attribute 'aria-labelledby' if empty

What happens instead?

The attribute 'aria-labelledby' is empty
image

@acerix acerix changed the title Accessibility error : aria-labelledby empty Calendar has empty aria-labelledby attribute with headerToolbar: false Jun 17, 2022
@jamesnsummers
Copy link

Currently having this same issue. Has there been a resolution to it yet?

@jamesnsummers
Copy link

Checking in again on this. Has there been any movement on addressing this accessibility issue?

@arshaw arshaw added this to the next-release milestone Feb 14, 2024
@arshaw
Copy link
Member

arshaw commented Feb 14, 2024

Hi @jamesnsummers , this seems like low-hanging fruit that I'll try to fix for the next release.

@arshaw
Copy link
Member

arshaw commented Feb 20, 2024

Fixed in v6.1.11

Updated repro:
https://codepen.io/arshaw/pen/GReLdxY

@arshaw arshaw closed this as completed Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants