Completed
Last Updated: 01 Sep 2021 11:20 by ADMIN
Release 2021.R3

When new item with sub-items is appended or inserted (before/after) into kendoMenu or kendoContextMenu then "aria-expanded='false'" text surprisingly appears right to the new item. This defect can be reproduced just by running the demos published for kendoContextMenu or kendoMenu's methods such as append, insertAfter or insertBefore, or as shown bellow. The defect is reproduced on Windows and Linux, as well as on Firefox, Chrome and Edge.

 

Unplanned
Last Updated: 01 Jun 2021 12:19 by Asela

Bug report

When openOnClick is enabled for the root Menu items and also the scrollable option is enabled, when moving the cursor over different subitems, previously hovered remains opened.

Reproduction of the problem

  1. Open the Dojo
  2. Click on Item 2
  3. Hover over Sub Item 1
  4. Hover over Sub Item 1.2
  5. Move the cursor to hover over Sub Item 2

Current behavior

Both submenus remain opened - the one for SubItem 1 and for SubItem 2

Expected/desired behavior

The previously opened submenu (Subitem 1) should get closed.

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all ]
Completed
Last Updated: 28 May 2021 15:50 by ADMIN
Release 2021.R2.SP.next
Created by: Anna
Comments: 1
Category: Menu
Type: Bug Report
0

The contextMenu is not acessible. Upon opening, it should capture the keyboard focus and allow navigation by arrow keys, but it does not. (It can be observed here.)

Keyboard use of the contextMenu is also not documented. Keyboard use of the menu is documented here, while the contextMenu is separately documented here.

 

Completed
Last Updated: 25 Jan 2021 16:57 by ADMIN
Created by: Anna
Comments: 2
Category: Menu
Type: Bug Report
0

I'm having resize issues with the Menu control that I cannot sufficiently document at this time (my menu is inside a splitter, it's horizontal and it should be scrollable, but the arrows don't always appear).

I tried working around them by manually forcing a resize. Per documentation:

Each Kendo UI widget has a resize() method which can be used to trigger a layout readjustment instead of using kendo.resize. The resize method of the widget accepts a single Boolean parameter, which defines whether the control should execute its layout adjustment algorithm even if the widget dimensions have not changed ("force" mode).

However, the Menu widget does not override this method. It only binds to the Window resize event:


$(window).on(RESIZE, kendo.throttle(function(){
	that._setOverflowWrapperWidth(initialWidth, initialCssWidth);
	that._toggleScrollButtons(that.element, backwardBtn, forwardBtn, isHorizontal);
}, 100));

It's highly probable that the magic value 100 does not fit my use case. However, I cannot force a resize neither by:

  1. calling resize() on the widget
  2. calling resize(true) on the widget
  3. calling kendo.resize() on the container.

Possibly related to https://github.com/telerik/kendo-ui-core/issues/4067 .

Completed
Last Updated: 22 Jan 2021 09:57 by ADMIN
Release 2021.R1.SP.next

### Bug report
Sub Menu item is not opened, if hovered before close animation of another sub-menu-items's child item completes.
Reported in ticket ID 1473199, where a reproduction video is available.

### Reproduction of the problem
1. Run the following [Dojo snippet](https://dojo.telerik.com/@Dimitar-Goshev/EfEmoCon)

1. Hover Item 1, then hover Sub Item 4

1. Hover Sub Item 41 to expand its sub item

1. Quickly move the mouse from SubItem 41 to Sub Item 4 text and then to Sub Item 3 text

### Current behavior
Sub Item 3 is NOT expanded and its child items are NOT visible

### Expected/desired behavior
Sub Item 3 is expanded and its child items are visible

### Environment
* **Kendo UI version:** 2020.2.617
* **Browser:** all


Completed
Last Updated: 14 Sep 2020 08:09 by ADMIN
Release 2020.R3
Created by: Jeff
Comments: 0
Category: Menu
Type: Bug Report
1

Bug report

Reproduction of the problem

Dojo example.

  1. Click "Test1" and immediately hover "Sub Item 1"

Current behavior

The sub-menu of "Sub Item 1" does not open.

If the behavior is not exhibited on the first test, click another of the root items and repeat, or reload the example and try again. The issue is more easily reproducible in IE, however it occurs in Chrome and Firefox as well. For more details and a video demonstrating the issue, refer to Ticket ID: 1472421

Expected/desired behavior

Sub menus open consistently.

Environment

  • Kendo UI version: 2020.2.617
  • jQuery version: x.y
  • Browser: [all]
Declined
Last Updated: 11 Mar 2020 17:48 by ADMIN
Created by: Matthew R Longhouse
Comments: 1
Category: Menu
Type: Feature Request
1
My suggestion in for Marketing new products and services.

May Telerik could create a Telerik Store, for his customers sell directy to each other, sub systems, or even full systems or custom components and Themes.

Progress Telerik wins a part of the trade.

This is my idea for future community, 'cause robots will grow very fast and a Store for your plataform would be good way for humans improve each other. Could the Store developers sell too his task force for jobs targeting Telerik products.
Completed
Last Updated: 11 Mar 2020 09:09 by ADMIN
Hi,

I'm using kendo context menu on a grid that's selectable, & contains links in its row items.

I need to show the custom context menu on selected rows only, without losing the browser's default context menu on the other rows, e.g. to allow opening the link in a new page.

I added a context menu & set the target & filter as follows:

$("#context-menu").kendoContextMenu({
        target: "#grid",
        filter: "tr.k-state-selected[role='row']",
        select: function(e) {
          var grid = $("#grid").data("kendoGrid");
          var model = grid.dataItem(e.target);
          alert( model.age + " " + model.name);
        }
      });

This works fine on desktop browsers (I tried Chrome & Firefox). However, I have a problem on touch devices: the browser's default context menu is never shown for non-selected rows (you can reproduce it using the browser's Emulator) .

Here's a working dojo :

http://dojo.telerik.com/oyASaDiN

You will notice that I'm using version 2017.3.1026 in this dojo (which is the version currently used by my company), but even if we consider an upgrade, the problem is also reproducible on the latest version (2019.3.1023). 



Please advise,
Unplanned
Last Updated: 31 Jan 2020 19:49 by ADMIN
Created by: Bruno
Comments: 0
Category: Menu
Type: Feature Request
1
I'd like to request adding checkbox functionality to the Kendo UI Menu's api similar to the Kendo UI TreeView.  
Completed
Last Updated: 09 Dec 2019 11:12 by ADMIN
WI
Hi Telerik Team,

Just wanted to point out that it would be nice if you could kindly put "-Bruce Lee" after the "Content is like water" quote. 

Thank you
Declined
Last Updated: 09 Dec 2019 09:04 by ADMIN
Created by: Tejinder
Comments: 1
Category: Menu
Type: Feature Request
1

Hi

I was wandering around on the internet for the responsiveness of the Kendo UI menu but didn't get success, even I read your forum, someone has posted about this, but you have written that we have not created responsive menu yet.

Please see the attached screenshot 

https://www.telerik.com/forums/menu-and-bootstrap

 

Please create your menu responsive as we need to use in our application.

 

Declined
Last Updated: 06 Dec 2019 10:07 by ADMIN
Created by: Stuart
Comments: 1
Category: Menu
Type: Feature Request
8
Almost everything in the Kendo UI library can have its visual aspect changed by use of templates.

Unfortunately this does not apply to the visual interface for the Kendo Menu object.

Please can you consider adding this functionality.
Unplanned
Last Updated: 06 Dec 2019 10:02 by ADMIN
Created by: Giulio
Comments: 0
Category: Menu
Type: Feature Request
5
Menu - set item highlighted when clicked 
Example: If I click HOME I want home remain highlighted, if I click another item set this item highlighted
Unplanned
Last Updated: 06 Dec 2019 10:00 by ADMIN
Created by: Gabriel
Comments: 0
Category: Menu
Type: Feature Request
5
Have the menu act the same as a DropDown with detached Popup which lives in the document.body so it can expand over splitters and other things that hide the menu expansion.
Declined
Last Updated: 06 Dec 2019 09:53 by ADMIN
Created by: Imported User
Comments: 1
Category: Menu
Type: Feature Request
1
An action that would work just like the MVC @Ajax.ActionLink with the AjaxOptions { UpdateTargetId , HttpMethod , InsertionMode }

Which adds the data-ajax attributes to the anchor tag:

Example: 
data-ajax="true" data-ajax-method="Get" data-ajax-mode="replace" data-ajax-update="#AjaxContent"
Completed
Last Updated: 06 Dec 2019 09:46 by ADMIN
According to the documentation at:

http://docs.kendoui.com/kendo-ui/api/web/menu#configuration-dataSource 

you can add the following information to a dataSource:

text
cssClass
url
encoded
content
imageUrl
spriteCssClass

However you cannot add an id to the menu item you are creating.  This makes it very difficult to remove items by using:

menu.remove("#Item1");

The only way round this is to assign a unique class to each menu item and then remove them using:

menu.remove(".news");

If an id can be added that would be great.  You have an example here:

http://docs.kendoui.com/kendo-ui/api/web/menu#methods-remove

Which is what we would like to do except the items will be created via a program and not static HTML.
Declined
Last Updated: 06 Dec 2019 09:42 by ADMIN
Currently, when a menu item is a link and has a sub menu, the sub menu is never shown on touch screens.

The first click on the menu item opens the link. On touch screens, the first click should open up the sub menu, and a second click would be needed to open the link.
Unplanned
Last Updated: 06 Dec 2019 09:36 by ADMIN
its not very easy and transparent to find out what menu item was clicked and what function is to be executed. A simple callback reference would be most convenient. Or at least a simple value to compare. Other advantage is that in case of international translations the code is not impacted
Completed
Last Updated: 06 Dec 2019 09:34 by ADMIN
Created by: Angelo
Comments: 3
Category: Menu
Type: Feature Request
24
Kendo UI is so customizable, which is why I'm transitioning away from DHTMLX, jQuery UI and jQuery Mobile. The Menu currently allows some control over click events, but I think, in keeping with Kendo's current customization options, full control over click and hover events would be a great thing to have.

I was able to mock this by commenting out 1 line of code, so to add as a configure option, this should be pretty easy to implement.
Completed
Last Updated: 06 Dec 2019 09:24 by ADMIN
Created by: José Manuel
Comments: 1
Category: Menu
Type: Feature Request
1
Hi,

ContextMenu scroll ( contextmenu height ). ( telerik RadContextMenu do it )

Thanks