telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.53k stars 1.91k forks source link

Icons are missing in the components when custom script is generated with gulp #7747

Open nelito987 opened 5 months ago

nelito987 commented 5 months ago

Bug report

Icons are missing in the components when a custom script is generated with Gulp

Reproduction of the problem

  1. Follow the steps described in the link here - https://github.com/telerik/kendo-ui-core?tab=readme-ov-file#building-kendo-ui-core
  2. Create a custom script for DropDownList or Window npx gulp custom -c window,dropdownlist
  3. Try to load the script and create the components

Current behavior

The Window is missing the icons and the actions are not working. The DrpDownList works as expected, but the arrow icon is not visible

Expected/desired behavior

The components should work as expectedwhen custom scirpt is created

Environment

pepinho24 commented 5 months ago

There might be other components with the same issue, review if we have many components missing the icons dependency and check if adding the dependency in kendo.core.js is a viable solution (it might require removing the explicit dependency import in the file of the component).