-
Bug
-
Resolution: Unresolved
-
P1: Critical
-
None
-
6.9.1
-
None
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 |
672840,1 | QQuickDeliveryAgent: fix crash when layer.enabled bound to containsMouse | dev | qt/qtdeclarative | Status: NEW | 0 | 0 |