Unplanned
Last Updated: 09 Apr 2021 15:14 by ADMIN

Bug report

Reproduction of the problem

  1. Run this Dojo
  2. Resize the Window
  3. Click the refresh button

Current behavior

Changes to the Window's content aren't applied by the refresh method, if the content isn't set up previously upon initialization or with the setOptions method.

Expected/desired behavior

The refresh method should correctly update the default content of the Window.

Environment

  • Kendo UI version: 2021.1.330
  • Browser: [ all ]
Unplanned
Last Updated: 22 Feb 2024 12:47 by Sohini

Bug report

When attributes like Html class are added to the Html element from which the Window widget is initialized these attributes are applied to the Window's .k-window-content element instead of the outermost .k-window. This behavior is inconsistent with other web dev tools like Telerik UI for Blazor and the ThemeBuilder.

Reproduction of the problem

  1. Run this Dojo
  2. Inspect the .k-window-content Html element of Window.

Expected/desired behavior

Window rendering must be consistent with other Kendo and Telerik suites.

Environment

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