Details
-
Bug
-
Resolution: Won't Do
-
P3: Somewhat important
-
None
-
5.0.0
-
None
Description
MouseArea with "enabled: false" and "hoverEnabled: true" on top of another MouseArea (with hoverEnabled: true) prevents the underlying MouseArea from receiving hover events.
Issue can be seen by running attached Test.qml in qmlscene.
Workaround is easy (e.g. setting "hoverEnabled: enabled"). If this is intended behaviour, I suggest mentioning this in documentation.
Attachments
Issue Links
- is replaced by
-
QTBUG-46460 MouseArea.containsMouse doesn't revert to false if enabled is set to false
- Closed