Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.10.1, 5.11.0 Beta 1
-
None
Description
When placing a TapHandler on a Qml Map then all left mouse button events are consumed by the TapHandler, so that the Map cannot be dragged.
Map {
TapHandler {
onTapped: console.log("Tap")
}
}
Attachments
Issue Links
- resulted from
-
QTBUG-73262 it's confusing that TapHandler.gesturePolicy affects event propagation
- Reported