-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.9.1
-
None
-
-
75914914a (dev), 97d40d7a5 (6.10)
Binding containsMouse to layer.enabled leads to crash when exiting hovered item.
import QtQuick Window { width: 640 height: 480 visible: true Rectangle { // could be Item as well width: 400 height: 400 color: "red" layer.enabled: mouseArea.containsMouse } MouseArea { id: mouseArea width: 400 height: 400 hoverEnabled: true } }
For Gerrit Dashboard: QTBUG-139561 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
680610,1 | deliverHoverEventRecursive(): don't crash if a child disappears | tqtc/lts-6.8 | qt/tqtc-qtdeclarative | Status: NEW | 0 | 0 |
672840,3 | QQuickDeliveryAgent: fix crash when layer.enabled bound to containsMouse | dev | qt/qtdeclarative | Status: ABANDONED | +1 | 0 |
674938,3 | deliverHoverEventRecursive(): don't crash if a child disappears | dev | qt/qtdeclarative | Status: MERGED | +2 | +1 |
678744,2 | deliverHoverEventRecursive(): don't crash if a child disappears | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |