Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9.0
-
None
-
-
f452998df (dev), 0f914a99c (6.9), 9bebb7017 (dev), 2a424a029 (dev), 106365d37 (6.9), a2dd7adc6 (6.9), f893dbccd (tqtc/lts-6.8), 169caa41f (tqtc/lts-6.5)
Description
since Qt 6.9.0, no output is logged out by the console.
import QtQuick import QtQuick.Controls ApplicationWindow { width: 640 height: 480 visible: true title: qsTr("Hello World") background: Rectangle { MouseArea { anchors.fill: parent hoverEnabled: true onPositionChanged: { console.log("pos: " + mouseX + ", " + mouseY) } } } }
Attachments
Issue Links
- resulted from
-
QTBUG-133886 Regression in 6.9: Hover in ComboBox broken with ApplicationWindow
-
- Closed
-
For Gerrit Dashboard: QTBUG-136031 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
640367,13 | Fix broken hover in ApplicationWindow's background | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
640439,2 | Internally document QQuickApplicationWindow's item hierarchy | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
640685,2 | Internally document QQuickApplicationWindow's item hierarchy | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
640700,4 | QQuickVisualTestUtils: fix bug in forEachStep | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
641225,2 | QQuickVisualTestUtils: fix bug in forEachStep | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
641227,2 | Fix broken hover in ApplicationWindow's background | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
641348,2 | QQuickVisualTestUtils: fix bug in forEachStep | tqtc/lts-6.8 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |
641539,2 | QQuickVisualTestUtils: fix bug in forEachStep | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |