Completed
Last Updated: 17 May 2019 14:05 by ADMIN
Release 2019.R2.SP.Next
Heather
Created on: 16 May 2019 08:30
Category: Menu
Type: Bug Report
0
jQuery.uniqueSort() is not available in jQuery 1.10.x

Bug report

The usage of $.uniqueSort() in jQuery 1.10.x throws an error in multiple components like Menu, DropDownList, DropDownTree, and TreeView.

Related to #4665

Reproduction of the problem

  1. Open this Dojo and try to use some of the components in it.
  2. Error messages appear in the console and the components get stuck

Current behavior

uniqueSort

Expected/desired behavior

All components should work properly no matter of the jQuery version used.

To see the expected behavior change
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
to
<script src="https://kendo.cdn.telerik.com/2019.2.514/js/jquery.min.js"></script> in the provided Dojo.

Environment

  • Kendo UI version: 2019.2.514
  • jQuery version: 1.10.x
  • Browser: [all]
1 comment
ADMIN
Petar
Posted on: 17 May 2019 14:05
Hi Heather,

We've just released a new internal build of Kendo UI(2019.3.517) which fixes the issue with the usage of jQuery's uniqueSort(). The fix will be officially released with the service pack of the Kendo UI R2 2019, which is expected to be presented in a few weeks. 

The new internal build can be downloaded from www.telerik.com -> Downloads -> Kendo UI -> Latest Internal Build(LIB). 

Regards,
Petar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.