Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: 5.12.4
-
Fix Version/s: None
-
Component/s: Quick: Core Declarative QML
-
Environment:macOS 10.15 beta (19A546d)
-
Platform/s:
Description
Looks like Catalina breaks QtQuick rendering.
The window content will not be updated until forced by e.g. a window resize.
Just try to input text in the following example:
import QtQuick 2.12 import QtQuick.Window 2.12 Window { visible: true width: 640 height: 480 title: qsTr("Hello World") TextEdit { anchors.centerIn: parent width: 300 text: "Hello" } }
Attachments
For Gerrit Dashboard: QTBUG-77958 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
274440,4 | macOS: Don't send update requests during live resizing | 5.14 | qt/qtbase | Status: ABANDONED | +2 | 0 |