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

Kendo Menu throws an error when loaded with individual scripts with 2024.4.1112 #8062

Open
kendo-bot opened this issue Nov 27, 2024 · 0 comments
Labels
Bug C: Menu FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium

Comments

@kendo-bot
Copy link
Contributor

kendo-bot commented Nov 27, 2024

Bug Report

Loading individual scripts for Menu throws an error with version 2024.4.1112.

"Uncaught TypeError: n.ui.icon is not a function"

Regression with 2024.4.1112.

Reproduction of the problem

<link href="https://kendo.cdn.telerik.com/themes/10.0.1/default/default-main.css" rel="stylesheet" />
 <script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>

<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.core.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.popup.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.html.base.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.html.icon.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.icons.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.data.min.js"></script>
<script src="https://kendo.cdn.telerik.com/2024.4.1112/js/kendo.menu.min.js"></script>

Dojo demo: https://dojo.telerik.com/jjwUoIBz

Current behavior

Error is thrown

Expected behavior

The menu shall render as in previous versions: https://dojo.telerik.com/lJeMhObZ

Ticket ID: 1671605

Environment
Kendo UI version: 2024.4.1112
jQuery version: 3.4.1
Browser: [all]

@kendo-bot kendo-bot added the FP: Unplanned Sync status with associated Feedback Item label Nov 27, 2024
@NikoPenev21 NikoPenev21 added Bug C: Menu jQuery Regression Broken functionality which was working previously SEV: Medium labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug C: Menu FP: Unplanned Sync status with associated Feedback Item jQuery Regression Broken functionality which was working previously SEV: Medium
Projects
None yet
Development

No branches or pull requests

2 participants