telerik / kendo-ui-core

An HTML5, jQuery-based widget library for building modern web apps.
http://www.telerik.com/kendo-ui
Other
2.54k stars 1.91k forks source link

Column menu rendering mismatch #7679

Open kvelikov opened 8 months ago

kvelikov commented 8 months ago

Bug report

The ColumnMenu component in Kendo UI for JQuery is rendered differently than the source of truth tests https://github.com/telerik/kendo-themes/blob/develop/tests/grid/grid-column-menu.html#L29

Reproduction of the problem

  1. Load the ColumnMenu demo at https://demos.telerik.com/kendo-ui/grid/column-menu#:~:text=The%20Kendo%20UI%20for%20jQuery,classic%20%2C%20modern%20%2C%20and%20tabbed%20.

  2. Inspect the column menu in classic mode image

  3. Compare it with the source of truth: https://github.com/telerik/kendo-themes/blob/develop/tests/grid/grid-column-menu.html#L29

Result: The classes are different image

Expected/desired behavior

The classes are the same

Environment

Reported through t.1636514

kvelikov commented 8 months ago

Tagging @ag-petrov for prioritization