-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
BugC: PanelBarFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)SEV: MediumThemeBuilder ProTeam builder related itemsTeam builder related items
Milestone
Description
Bug report
The panelbar items for each level should have a span with "k-panelbar-item-text" and a "k-panelbar-item-icon" classes wrapping a given item's text and icon. Currently, the text is not wrapped in a span element, nor does it apply the required classes for both the items and icons.
Correct rendering for the items can be observed here. And the correct rendering for the icons can be checked here.
Reproduction of the problem
Inspect rendering of Panelbar items from this demo.
Current behavior
The PanelBar Item's TagHelper rendering lacks classes and a span wrapper element:
Expected/desired behavior
The Panelbar Item's TagHelper should have classes and a span wrapper element:
Environment
- Kendo UI version: 2023.2.829
- Browser: [all]
Metadata
Metadata
Assignees
Labels
BugC: PanelBarFP: CompletedSync status with associated Feedback ItemSync status with associated Feedback ItemS: Wrappers (ASP.NET Core)SEV: MediumThemeBuilder ProTeam builder related itemsTeam builder related items