Currently working on coding using qooxdoo and I've encountered an issue with a TabView on the root. The TabView has a Dock layout and I have added a window with the modal property set to true.
Upon opening the window, I've noticed that the widgets of the parent elements get blocked, which is great. However, unlike with ExtJS, the parent widgets do not become opaque.
Any suggestions or ideas on how to make the parent widget opaque when opening a modal window?