You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When toggling the appearance of my .NET 9.0 Web App using the RadzenAppearanceToggle, all icons (RadzenIcon) disappear for about a second before automatically reloading. For this second the icons are displayed as text.
Steps To Reproduce
Create a new .Net9 Web App project (PageRenderMode: InteractiveAuto, include default pages)
After starting the website and clicking the RadzenAppearanceToggle the "home" icon is displayed as text. After about a second it will again be displayed as expected.
Screenshots
After clicking:
After one second:
Desktop
OS: Win 11
Browser: Chrome Version 131.0.6778.205
Radzen Version: 5.7.2
Temporary Solution
My temporary solution is to include the material icons directly
(The default value of --rz-icon-font-family is Material Symbols.)
The text was updated successfully, but these errors were encountered:
rojait00
changed the title
Icons displayed as text when using radzen appearance toggle
Icons momentarily displayed as text when using radzen appearance toggle
Dec 27, 2024
When toggling the appearance of my .NET 9.0 Web App using the
RadzenAppearanceToggle
, all icons (RadzenIcon
) disappear for about a second before automatically reloading. For this second the icons are displayed as text.Steps To Reproduce
PageRenderMode
:InteractiveAuto
, include default pages)Home.razor
RadzenAppearanceToggle
the "home" icon is displayed as text. After about a second it will again be displayed as expected.Screenshots
After clicking:
After one second:
Desktop
Temporary Solution
My temporary solution is to include the material icons directly
and override the radzen icon font variable to use these icons:
(The default value of
--rz-icon-font-family
isMaterial Symbols
.)The text was updated successfully, but these errors were encountered: