telerik / themebuilder

This public repository aims at providing a convenient way for developers using ThemeBuilder to report and log any issues they may encounter while using the tool. If you think that you've found a bug, you're more than welcome to create a new issue
2 stars 1 forks source link

[Blazor] Font Icons are not properly presented in some Blazor components (NumericTextBox, Notifications) #89

Open NickIliev opened 8 months ago

NickIliev commented 8 months ago

Describe the bug Some font icons are not loaded for specific Blazor components.

Related to rendering mismatch issue in UI for Blazor https://github.com/telerik/blazor/issues/8978

To Reproduce Steps to reproduce the behavior:

  1. Create a new TB project that uses font icons
  2. Change the default icon for the NumericTextBox icon (or any other component) image
  3. Export the theme and use it in UI for the BLazor project with NumericTextBox and Notification components

Result: The font icons are not loading due to the following rendering mismatches:

NumericTextBox - missing k-button-md CSS class as in https://github.com/telerik/kendo-themes/blob/develop/tests/numerictextbox/numerictextbox-solid.html#L24 Notifications - missing k-notification-status CSS class as in https://github.com/telerik/kendo-themes/blob/develop/tests/notification/notification.html#L36

Components technology and version TB Q1 2024 project with font-icons UI for BLazor 5.1.1

Additional context reported through t.1646830

https://github.com/telerik/blazor/issues/8978

NickIliev commented 8 months ago

The issue is related to a specific rendering mismatch in the UI for Blazor, and the fix will be available once the UI for the BLazor suite provides a unified rendering (in progress).