Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.8.0 Alpha
-
None
-
Linux
-
f7e462ba153ff33a02cad903efc8662f1eacd225, cd7c5f94a (dev), 4271d4586 (6.6), 66610bcb5 (tqtc/lts-6.5)
Description
After f728a514abdf59e2ac556eef027a69d9f21db4b2 ( https://codereview.qt-project.org/#/c/127723/ ) here is a use case which doesn't work anymore:
import QtQuick 2.7 Item { width: 200 height: 200 MouseArea { id: ma property string str: "foo!" width: 150; height: 150 hoverEnabled: true Rectangle { anchors.fill: parent color: ma.containsMouse ? "lightsteelblue" : "gray" } Text { text: ma.str // not OK // text: "foo!" // OK } } }
Attachments
For Gerrit Dashboard: QTBUG-54019 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
162957,4 | WIP tst_QQuickMouseArea: add cursorUpdating test | dev | qt/qtdeclarative | Status: NEW | -2 | 0 |
162124,7 | fix incorrect propagation of hover events in some cases | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
162943,4 | MouseArea: add autotest for subtreeHoverEnabled | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
517540,6 | Update cursor if frame-synchronous hover update discovers hover change | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
519590,2 | Update cursor if frame-synchronous hover update discovers hover change | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
519596,2 | Update cursor if frame-synchronous hover update discovers hover change | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |