Skip to content

The Menu TagHelper has incorrect rendering after unification #7410

@alestoya

Description

@alestoya

Bug report

The menu's subitems should have a span with "k-menu-link-text" classes wrapping a given item's text. Currently, the text is not wrapped in a span element, nor does it apply the required class. Correct rendering can be checked here.

Reproduction of the problem

Inspect rendering of Menu items from this demo.

Current behavior

The Menu Item's TagHelper rendering lacks classes and a span wrapper element:
image

Expected/desired behavior

The Menu Item's TagHelper should have classes and a span wrapper element:
image

Environment

  • Kendo UI version: 2023.2.606
  • Browser: [all]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions