telerik / themebuilder

This public repository aims at providing a convenient way for developers using ThemeBuilder to report and log any issues they may encounter while using the tool. If you think that you've found a bug, you're more than welcome to create a new issue
2 stars 1 forks source link

DropDownButton's Menu Item and Popup Container contain links to templates that differ from the ones used internally by the DropDownButton #114

Open petar-i-todorov opened 2 months ago

petar-i-todorov commented 2 months ago

Describe the bug DropDownButton's Menu Item and Popup Container contain links to templates that differ from the ones used internally by the DropDownButton.

To Reproduce Steps to reproduce the behavior:

  1. Create a new project.
  2. Drill down to DropDownButton > Menu Item.
  3. Click on the link for the Container (span) element through the Component Parts menu.
  4. Change the background-color of the span you've been navigated to.
  5. Go back to the DropDownButton's Menu Item template.
  6. Check the Live Preview.

Actual Results The Live Preview does not include the applied changes.

Expected behavior The Live Preview includes the applied changes.

Additional context The generated CSS includes the selector .k-group. However, there is no such class in the DropDownButton: https://github.com/telerik/kendo-themes/blob/develop/tests/menu-button/menu-button-opened.html#L39

Update: This is due to a breaking change introduced in the rendering of DropDownButton in Q2 2024. Prior to this version, styles applied through the mentioned templates apply to the component.

Related Items https://github.com/telerik/themebuilder/issues/110

Reported through t.1663166.

petar-i-todorov commented 4 days ago

+1 from t.1669389.