Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.12.2
-
None
-
Windows 7
Description
App is composed of two processes a Main and a Embedded. Main processes create the Embedded by using QProcess. The Main is attaching the Embedded window by using QWindow::fromWinId() and QWidget::createWindowContainer(). Main widget and Embedded widget have buttons for creation QDialog and QFileDialog.
Button "Main widget modal dialog" works correctly
Button "Main widget file dialog" works correctly
Button "Embeded widget modal dialog" don't works correctly
Button"Embeded widget file dialog" works correctly
Test case for embeded widget modal QDialog:
- Launch attached example ModalDialog.zip
- Click button "Embeded widget modal dialog".
Embeded widget modal dialog will open
- Click main widget heder. Main widget is available
But the main widget must be unavailable. - Drag main widget
But the main widget must be unavailable. - Click button "Main widget file dialog"
But the main widget must be unavailable.
Note: QFileDialog ( Click button"Embeded widget file dialog") do main widget is unavailable
Request: for modal QDialog ensure behavior similar modal QFileDialog