Completed
Last Updated: 07 Jun 2023 12:21 by ADMIN

Describe the bug
The modal property of the Window is supposed to control if there is a layer behind the component that prevents or allows interaction with the elements that are below the Window.

Currently, there is no way to click the elements behind the Window.

.k-dialog-wrapper {
  height: initial;
  width: initial;
}

To Reproduce

  1. Open this demo
  2. Try to click on the "Close Window" button

Expected behavior
If the modal property is set to false, the user should be able to interact with the HTML elements behind the Window.

Unplanned
Last Updated: 20 Mar 2023 12:56 by Luca Galbiati
Created by: Luca Galbiati
Comments: 0
Category: Dialog
Type: Feature Request
0

The current implementation of the Native Dialog and Native Window doesn't provide the option to display the two components with an animation.

Providing the option to add animation to the Dialog and Window will be a nice feature for both components. This option can be added either through a direct property configuration or in a combination with the Animation component.