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

[Icons] Application cannot be configured to use font icons #4462

Closed
georgi-sla opened this issue Nov 22, 2024 · 2 comments
Closed

[Icons] Application cannot be configured to use font icons #4462

georgi-sla opened this issue Nov 22, 2024 · 2 comments

Comments

@georgi-sla
Copy link
Contributor

georgi-sla commented Nov 22, 2024

Description

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.

Steps To Reproduce

  1. Create an Angular application.
  2. Install some of the Kendo components.
  3. Configure the application to use font icons using the following article.
  4. Render a Kendo component, for instance, the Button, and explicitly render a font icon in it.
  5. Render another Kendo component that contains a default icon and inspect it.
  6. Check the browser console for a warning message.

For further reference, please check out the attached application:
font-icons.zip

Screenshots or video

Image
Image
Image

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

@BenKorventeen
Copy link

BenKorventeen commented Nov 22, 2024

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)

@Raisolution
Copy link
Contributor

Fix available in v17.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants