Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.9.4
-
Fix Version/s: 5.9.5
-
Component/s: Quick: Controls 2
-
Labels:None
-
Commits:aca950e43a25f4b80707ff4e2f17d71aef441d52
Description
Setting x or y to something non-zero is a workaround.
import QtQuick 2.9 import QtQuick.Controls 2.2 ApplicationWindow { visible: true width: 640 height: 480 Button { text: "Open" onClicked: popup.open() } Popup { id: popup width: 200 height: 200 modal: true Rectangle { anchors.fill: parent color: "transparent" border.color: "darkorange" } } }
Attachments
Issue Links
- is required for
-
AUTOSUITE-189 Regression on Qt 5.9.4 breaks Neptune Styling
-
- Closed
-
- resulted from
-
QTBUG-50992 QQC2: Object destroyed during incubation
-
- Closed
-