Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.0.0, 5.0.1
-
None
-
Windows, Mac
Description
1. Compile and run attached project.
2. Open a Qt::Popup window either by right-clicking QLineEdit or left-clicking QComboBox.
3. Click "Open MessageBox" button.
4. Note that clicking the QPushButton closes the popup and triggers a message box with single click.
5. Click "Create QQuickView" button and load simple QML file in QWindowContainer.
6. Repeat steps from 1 to 3. Clicking a button closes the Popup but doesn't trigger a button.
Attachments
Issue Links
- depends on
-
QTBUG-68080 we need to move popup event forwarding logic from QWidgetWindow::handleMouseEvent() to QGuiApplication
- Closed
- relates to
-
QTBUG-69777 QML Window with Qt::Popup flag not behaving correctly (mouse not grabbed)
- Reported