Unplanned
Last Updated: 01 Sep 2020 14:06 by Alex
Alex
Created on: 01 Sep 2020 14:06
Type: Bug Report
1
ResponsivePanel does not work correctly in a custom theme

On creating a custom theme based on the Default v2 theme (its possibly the same with the other SASS themes), if you uncheck a component (e.g., the Editor) in the list so that the modifications do not apply to it, the ResponsivePanel does not work as expected with the created custom theme. On narrow browser window width, the sandwich button appears, but the Menu wrapped by the ResponsivePanel does not hide.

To reproduce:

  1. Go to the SASS Theme builder.
  2. Select Default theme.
  3. Uncheck the Editor from the list.
  4. Change a random variable and download the theme.
  5. Load the custom theme in a new Telerik UI for ASP.NET Core application created with our VS template. The template has a ResponsivePanel set up by default in the _Layout.
  6. Run the project and resize the browser window so that the sandwich button appears.

Expected: the Menu wrapped by the ResponsivePanel hides.

Actual: The Menu remains visible.

0 comments