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
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).
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:
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