Completed
Last Updated: 16 Sep 2019 14:23 by ADMIN
Release 2019.R3
Ralph
Created on: 09 Jul 2019 10:43
Category: Menu
Type: Bug Report
0
Defining custom Kendo namespace stops the displaying of Menu component submenus

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]
0 comments