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

[ASP.NET Core] TabStrip rendering mismatch compared to the source of truth #8131

Open
NickIliev opened this issue Feb 5, 2025 · 0 comments
Labels
FP: Unplanned Sync status with associated Feedback Item

Comments

@NickIliev
Copy link
Member

Bug report

The Tabstrip component is rendered with missing CSS selectors compared to the source of truth tests. That results in ThemeBuilder producing styles incompatible with the UI for ASP.NET Core implementation

Reproduction of the problem

  1. Load the TabStrip demo for UI for ASP.NET Core https://demos.telerik.com/aspnet-core/tabstrip
  2. Add custom styles as generated from ThemeBuilder (Kendo Bootstrap theme) or compare the rendering in the demo app with the rendering from the source of truth tests: https://github.com/telerik/kendo-themes/blob/develop/tests/tabstrip/tabstrip.html#L17-L1

Current behavior

The rendering for the TabStrip in the ASP.NET Core app is missing the following classes:
k-tabstrip-item
k-tabstrip-items-start

Image

Expected/desired behavior

The Tabstrip to render the missing classes so that the custom themes from ThemeBuilder would be compatible

Image

Environment

  • Kendo UI version: Q4 2024
    reported through t.1673045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FP: Unplanned Sync status with associated Feedback Item
Projects
None yet
Development

No branches or pull requests

1 participant