-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.3.1, 6.2.0 RC
-
None
-
Mac OSX 10.9, Qt 5.3.1
Bug not reproduced under Ubuntu 12.04 64bit, Qt 5.3.1
When a QDockWidget is floated, it will mistakenly always appear above QDialogs on the Mac. I have tested on Linux and when QDialogs are selected, they are properly placed above floating QDockWidgets.
Bug Reproduction Steps:
1. Build and run the included demonstration application.
2. Free the QDockWidget from the MainWindow so that it floats free from the MainWindow.
3. Select one of the QDialogs and attempt to drag it over the DockWidget.
4. The Dialog will be dragged behind the Dialog.