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

[Scheduler] Dynamic Locale Change Does Not Update aria-labels in Scheduler Events #4490

Open
yanmariomenev opened this issue Dec 18, 2024 · 0 comments

Comments

@yanmariomenev
Copy link
Contributor

Description

The Scheduler events aria-labels are not getting updated when the locale is dynamically changed. This is also valid for the agenda view.

Steps To Reproduce

  1. Open the following example.
  2. Inspect the DOM for the first event and you will see that the date is correctly formatted regarding the Dutch locale.
  3. Change the locale to another language from the select element.
  4. The Schedler updates most of the locale-dependent information like the dates in the major/minor header slots, but inspecting the event shows that the aria-label still contains the Dutch formatting for dates.

Screenshots or video

Image
https://github.com/user-attachments/assets/9dfaf2bf-9bd9-4c7e-9554-bcae51f4cbb0

Actual Behavior

Event aria labels are not updating upon dynamic locale change.

Expected Behavior

The event aria labels should update upon locale change like the rest of the component elements containing dates.

Browser

Chrome

Browser version

latest

OS type

MacOS

OS version

No response

Last working version of the Kendo UI for Angular package (if regression).

No response

@yanmariomenev yanmariomenev changed the title [Scheduler] Dynamic Locale Change Does Not Update aria-labels in Kendo Scheduler Events [Scheduler] Dynamic Locale Change Does Not Update aria-labels in Scheduler Events Dec 18, 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

1 participant