Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.15.4
-
None
-
a10eeee97d42f05409074f69cc99d9a8da5db077 (qt/qtdeclarative/dev) 1b56c6ebb3fa66ebf0f7366bd9ba5a50089f4d95 (qt/qtdeclarative/6.1) 442c90356a7595b1e665a9475ea3a02c72a94c7e (qt/tqtc-qtdeclarative/5.15)
Description
QQuickMultiPointHandler::onGrabChanged() overrides QQuickPointerHandler::onGrabChanged() and doesn't call it; whereas QQuickSinglePointHandler::onGrabChanged() does call it. This is inconsistent between handlers; and it could provide a useful "loophole" to see initial touchpoints at the time the gesture begins, since we don't provide API for that.