Unplanned
Last Updated: 03 Apr 2024 12:17 by Felix
Created by: Felix
Comments: 0
Category: Menu
Type: Bug Report
0

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]

Unplanned
Last Updated: 01 Apr 2024 14:43 by Anthony Gianino
Created by: Anthony Gianino
Comments: 0
Category: Menu
Type: Bug Report
0

Bug report

The popupCollision option of the Menu cannot be set in MVVM

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/izaZIkAK/7
  2. Test a scenario in which the popupCollision would apply, or check the Menu options in the browser console.

Current behavior

The popupCollision cannot be set

Expected/desired behavior

You should be able to set the option in MVVM scenario

Environment

  • Kendo UI version: 2024.1.319
  • Browser: [all]
Unplanned
Last Updated: 29 Dec 2023 17:24 by Shlomo
Created by: Shlomo
Comments: 0
Category: Menu
Type: Bug Report
1

Bug report

When utilizing the content property for a Kendo UI Menu's DataSource, the MenuItem's content is not created as expected based on documentation.

Reproduction of the problem

Here is a Progress Kendo UI Dojo which replicates the appearance issue.

Expected/desired behavior

This is a Dojo with an older version that is working as expected.

Workaround

Define the content in a nested Items property:

           {
             text: "<b>Item 2</b>",
             encoded: false,                              // Allows use of HTML for item text
             items: [{
               content: "text",                            // content within an item
               contentAttr: {
                 style: 'border: 1px solid red; padding: 2px;', // Add attributes to the content container
                 custom: 'value'
               }
             }],                             
           },

Here is a Dojo of the workaround in action.

Environment

  • Kendo UI version: 2023.3.1114
  • jQuery version: All supported versions
  • Browser: all
Unplanned
Last Updated: 22 May 2023 09:44 by Anthony

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

- select (for example) the 4th textbox

- this time type a key, the context menu will appear (correct)

- use the keyboard and navigate to submenu1, press enter

- Focus is now on the last cell. 


Expected/desired behavior
The Menu focus shall be placed over the correct input element


Environment
Kendo UI version: [all]
Browser: [all ]

Unplanned
Last Updated: 06 Jul 2022 08:14 by omti
Created by: omti
Comments: 0
Category: Menu
Type: Bug Report
0

Bug report

If a Popup is open and you click a Menu item, the Menu prevents the Popup from closing automatically.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/IrEYAqaK/2
  2. Click the Open/Close button
  3. Hover the Menu item and click the sub-item.

Current behavior

The Menu prevents the Popup from closing

Expected/desired behavior

The Popup should close when the Menu item is clicked.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all]
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 ]