Completed
Last Updated: 16 Sep 2019 14:23 by ADMIN
Release 2019.R3

Bug report

Defining a custom namespace with Kendo.ns stops the displaying of all submenus in the Menu component.

This is a regression represented in R2 2019

Reproduction of the problem

  1. Open this Dojo and run it.
  2. The Menu component is being rendered
  3. Move the mouse cursor over the Menu.
  4. A thin grey line appears under each section of the Menu. No submenus are being displayed

Expected/desired behavior

The Menu component should work properly even when a custom Kendo namespace is being defined. To see the expected behavior put a comment on the following line:
kendo.ns = "kendo-";

Environment

  • Kendo UI version: 2019.2.619
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 02 Dec 2019 08:49 by ADMIN

I prepared a dojo example. https://dojo.telerik.com/oKIkuCaP

As can be seen from example, the MVVM context menu seems to ignore data-copy-anchor-styles option.

Current solution for us is to extend the kendo.ui.ContextMenu and set the copyAnchorStyles option to false.

Completed
Last Updated: 12 Jun 2019 11:21 by ADMIN
Release 2019.R2.SP.Next

Nested Menu items are not being expanded the first time that they are hovered:

https://dojo.telerik.com/EcEsoNAK

Completed
Last Updated: 12 Jun 2019 13:04 by ADMIN
Release 2019.R2.SP.Next

Bug report

Removing non-existing item from ContextMenu throws a Javascript Error

Uncaught TypeError: Cannot read property 'parentsUntil' of undefined

This is regression introduced in R2 2019

Reproduction of the problem

Open this Dojo and run it. Open the browser's console and see the error.

contextMenu_error

Expected/desired behavior

When removing a non-existing item from a ContextMenu no error should be thrown.

Environment

  • Kendo UI version: 2019.2.514
  • jQuery version: x.y
  • Browser: [all]
Completed
Last Updated: 17 May 2019 14:05 by ADMIN
Release 2019.R2.SP.Next
Created by: Heather
Comments: 1
Category: Menu
Type: Bug Report
0

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]
Completed
Last Updated: 05 Feb 2019 14:34 by ADMIN
Created by: Shawn
Comments: 1
Category: Menu
Type: Feature Request
0
Please fix your demo page.
https://demos.telerik.com/kendo-ui/menu/context-menu

I'm showing a js error and am not able to see the demo work.  Thanks!
1 2 3