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

[Bug][DateTimePicker] Rendering differences when opened state > Time #2620

Open
NickIliev opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@NickIliev
Copy link
Member

The DateTImePicker in Kendo UI for React has a rendering difference compared to the source of truth tests for the opened state when the "Time" option is selected.

The difference:
In source of truth, the CSS class used Is k-calendar-container, where in React's rendering the CSS class is k-datetimepicker-container. Additionally, there is a rendering differences in the usage of k-reset (on the same level as the contained classes) - this class is not present in the source of truth test but is present in the React's rendering

Source of truth tests:
https://github.com/telerik/kendo-themes/blob/develop/tests/datetimepicker/datetimepicker-opened.html#L50

React's rendering:
image

Used UI for Blazor 6.2.0 and TB Q3 2024.

As a result the produced rendering is not unified with other suites and produces issues in ThemeBuilder
Reported through https://supportheroes.telerik.com/ticket/1669001

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

No branches or pull requests

1 participant