Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.1.1
Description
import QtQuick 2.0 import QtQuick.Controls 1.1 import QtQuick.Window 2.1 Rectangle { width: 400 height: 400 Button { text: "Show popup" onClicked: window.visible = !window.visible } Window { id: window width: rect.width height: rect.height flags: Qt.Popup Rectangle { id: rect width: 200 height: 160 color: "grey" } } }
Attachments
Issue Links
- depends on
-
QTBUG-68080 we need to move popup event forwarding logic from QWidgetWindow::handleMouseEvent() to QGuiApplication
- Closed
- is duplicated by
-
QTBUG-69777 QML Window with Qt::Popup flag not behaving correctly (mouse not grabbed)
- Reported
-
QTBUG-125135 [Reg 6.5.3->6.5.4]Qml Popup component is not closing anymore when instantiated via QQuickWidget.
- Closed
- is required for
-
QTBUG-29948 Calendar control
- Closed