If a Popup is open and you click a Menu item, the Menu prevents the Popup from closing automatically.
The Menu prevents the Popup from closing
The Popup should close when the Menu item is clicked.
When you try to append a child item in the Menu, the parent item is replaced instead.
Regression introduced with 2022 R1
The new item replaces Sub Item 1
The new item should be appended as a child to Sub Item 1
When scrollable and closeOnClick are enabled and the user click on an item, the Menu does not close.
The Menu does not close.
The Menu should close after the user click on an item.
Bug report
Context Menu uses the element selector to focus the element after the Menu is closes
Reproduction of the problem
Open the Dojo - https://dojo.telerik.com/ImuViVAN/3
Expected/desired behavior
The Menu focus shall be placed over the correct input element
Environment
Kendo UI version: [all]
Browser: [all ]
Bug report
Vertical ContextMenu missing wrapper element <div class="k-menu-scroll-wrapper vertical">
Reproduction of the problem
Dojo: https://dojo.telerik.com/ObifIvOS/2
Result:
Environment
Kendo UI version: [2022.2.510 or newer]
jQuery version: [all]
Browser: all
The popupCollision option of the Menu cannot be set in MVVM
The popupCollision cannot be set
You should be able to set the option in MVVM scenario
Bug report
Scrolling submenu in Scrollable Menu not available in 2024.1.319
Regression with v.2024.1.319
Reproduction of the problem
Open this Dojo example - https://dojo.telerik.com/aweLUguB
Hover over "Mens"
Expected/desired behavior
Scrollbar shall be rendered so user can scroll over the list items
Environment
Kendo UI version: 2024.1.319
Browser: [all]
Bug report
Vertical Menu with multi-level sub-menus and specified height for the sub-menu does not render the items correctly.
Reproduction of the problem
Open the following Dojo: https://dojo.telerik.com/ypHIRacj
Hover on `Mens` item.
Expected/desired behavior
Overflowing items shall be hidden and the scroller should scroll through the list.
Environment
jQuery: 3.4.1
Kendo UI version: 2024.3.1015
Browser: [all]
Bug Report
Loading individual scripts for Menu trows 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
Environment
Kendo UI version: 2024.4.1112
jQuery version: 3.4.1
Browser: [all]
Bug report
Menu not closing on mobile devices with 2024.4.1112
Reproduction of the problem
https://demos.telerik.com/kendo-ui/menu/index
Expected/desired behavior
Menu shall close on tab
TicketID: 1674126
EnvironmentBug report
Scrollable menu opening wrong menu on mobile
Reproduction of the problem
This is reproducible in Chrome developer tools - using iPhone 14 Pro Max
Dojo: https://runner.telerik.io/fullscreen/jtDsGBpV
1. Scroll a little to the right to have Ladies partially hidden
2. Click on Ladies
3. Notice that the ladies is focused and scrolled to be fully visible but the opened submenu is Mens
Environment
jQuery: 3.4.1
Kendo UI version: 2025.1.227
Browser: [all]
When navigating in the Menu popup using the keyboard, a child item is incorrectly selected and the popup is broken
Regression introduced with 2024.4.1112
The Storage item is selected, and the popup is broken
The Storage Item shouldn't be selected, and the popup rendering should be as the initial opening
In a ContextMenu with three levels of items, if you click on a third level item, the popup remains visible.
Small video showing the issue: https://somup.com/cT10iOLyCT
The target item's popup remains visible, while the parent popups close
All popups should close when an item is clicked.