Completed
Last Updated: 29 May 2023 10:52 by ADMIN
Release R2 2023
Martin Ivanov
Created on: 10 May 2023 14:13
Category: Window
Type: Bug Report
0
Window: Main window goes behind other apps when a child window is closed
The issue occurs in the following scenario. RadWindow is the MainWindow and a button click opens new RadWindow instances with its Owner set to the MainWindow. You open several child windows and then close them. After closing the last child window, the MainWindows is not activated which brings it behind the previously activated application (lets say Visual Studio, because that was opened during the tests).

To work this around, avoid setting the Owner property of the child RadWindow instances. Or when the last child window is closed, manually activate the MainWindow by calling its Activate() method.
0 comments