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
Currently, when the developer tries to configure an Angular application to use font icons instead of the default svg ones, only the icons that are explicitly provided as font icons reflect the modification and the default icons of the components continue using svg.
Render a Kendo component, for instance, the Button, and explicitly render a font icon in it.
Render another Kendo component that contains a default icon and inspect it.
Check the browser console for a warning message.
For further reference, please check out the attached application: font-icons.zip
Screenshots or video
Actual Behavior
Even after performing the configurations suggested in the Using Font Icons article, the application still seems to rely on svg icons - the native component icons are svg and only explicitly provides ones are rendered as font icons. Furthermore, there is a warning message on the console.
Expected Behavior
When configuring an application to use font icons, all icons in the project should be rendered as font ones.
Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
v16.11.0
The text was updated successfully, but these errors were encountered:
Last working version of the Kendo UI for Angular package is v16.11.0.
We currently run our kendo packages on v17.1.0 except for @progress/kendo-angular-icons, which we run on version 16.11.0. (using --lgeacy-peer-deps to install and update)
Description
Currently, when the developer tries to configure an Angular application to use
font
icons instead of the defaultsvg
ones, only the icons that are explicitly provided asfont
icons reflect the modification and the default icons of the components continue usingsvg
.Steps To Reproduce
font
icons using the following article.font
icon in it.For further reference, please check out the attached application:
font-icons.zip
Screenshots or video
Actual Behavior
Even after performing the configurations suggested in the Using Font Icons article, the application still seems to rely on
svg
icons - the native component icons aresvg
and only explicitly provides ones are rendered asfont
icons. Furthermore, there is a warning message on the console.Expected Behavior
When configuring an application to use
font
icons, all icons in the project should be rendered asfont
ones.Browser
All
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
v16.11.0
The text was updated successfully, but these errors were encountered: