Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.2.1
-
None
-
Fedora 17
-
db069e7f3009075937a772e780df40c63a871999 (5.4, 17.10.2014, 5.4)
Description
Any dock window that is added to a QMainWindow will stay on top of anything after being pulled out.
This is problematic when you try and minimize the application and when you want to use a dialog over this dock. When a new dialog is created, it is hidden behind the dock, despite its modality.
Example: Build then click the button. The input appears on top of the main widget as expected. Now pull out the dock widget and click again. It is now buried behind the floating dock and inaccessible.
Steps to reproduce with qtbase/examples/widgets/mainwindows/mainwindow:
- Launch example
- Undock a dock widget
- Choose "File/Load..."
- Note: dock is on top of file dialog
Attachments
Issue Links
- relates to
-
QTBUG-41189 QToolbar are always stay in top in floating state > remains on screen even when application is not active
- Closed
- resulted in
-
QTBUG-42818 [REG 5.3.2->5.4] XCB: QDockWidget invisible after setFloating(true and changing title bar widget
- Closed