Completed
Last Updated: 29 Mar 2024 07:38 by ADMIN
Release 2024 Q2 (May)
Bartosz
Created on: 11 Jan 2024 16:06
Category: Window
Type: Bug Report
0
Window content does not remain hidden when the visible configuration is set to false

Bug report

Window content remains when the visible configuration is set to false

Reproduction of the problem

  1. Open the following dojo
  2. Notice, that the Window's content remains initially visible in the DOM.

Current behavior

Currently, in order to avoid this behavior, an inline display:none style needs to be added to the window container. This does not convey however with CSP's Inline Styles convention.

Expected/desired behavior

It would be beneficial if the container can be wrapped with the k-hidden class and automatically detect it during the widget's initialization. This will bolster the CSP compliance for the Window widget and allow the customers to use inline classes instead.

Environment

  • Kendo UI version: 2023.3.1114
  • Browser: [all]
0 comments