Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
Qt Creator 12.0.2, Qt Creator 13.0.0-rc1
-
Manjaro Linux, Gnome Desktop
Ubuntu 22.04 LTS, Unity Desktop
Windows 11 23H2
Qt 6.6.0, Qt 6.7.0rc
Description
- Start Creator with empty settings, e.g. using the parameter "-tcs".
- Open one of Creator's non-modal dialogs and leave that open.
One example is "Help" -> "About Qt Creator". - Use Alt+Tab to bring a different application into the foreground.
- Use Alt+Tab to return to Creator.
Both windows appear, Creator's main window and the dialog. - In Creator's main window, open the QML Profiler.
You don't need to record any data, just show the Profiler itself.
Because of QTCREATORBUG-29892, the main window disappear and appears again immediately. The dialog now hides behind other windows, though. - Move other windows away, so you can see both again, Creator's main window and the dialog.
- Use Alt+Tab to bring a different application into the foreground.
- Use Alt+Tab to return to Creator.
Only Creator's main window appears. The dialog doesn't. - Move other windows away, so you can see both again, Creator's main window and the dialog.
- Close Creator's main window.
The dialog stays open, the process "qtcreator" keeps running.
Bringing Qt Creator into the foreground should also show the dialog. Closing the main window should close the dialog, too, and exit the process.
Attachments
Issue Links
- resulted from
-
QTCREATORBUG-29892 Window bounces on first view of QML Profiler
- Reported