Completed
Last Updated: 06 Dec 2023 09:39 by ADMIN
Rich
Created on: 15 Oct 2019 16:40
Category: Menu
Type: Bug Report
0
Separators are not visible in the Menu's submenus when "scrollable" is enabled

Bug report

Reproducible with version 2017.2.504 (R2 2017) and newer.

Reproduction of the problem

Dojo example.

  1. Open a submenu in the top Menu (it has scrollable: true set).

Current behavior

Separators are not displayed.

Expected/desired behavior

Separators are displayed.

Workaround:

.k-menu-scroll-wrapper .k-menu-group .k-separator {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
}

Environment

  • Kendo UI version: 2019.3.917
  • jQuery version: x.y
  • Browser: [all ]
0 comments