Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.5.1
-
None
-
Ubuntu 15.10
Description
I want to implement a gesture recognizer (2 points) on top of my user interface. The gesture is interface underneath the MultiPointTouchArea contains several UI elements, each controlled by MouseAreas and Flickable.
I have set the minimumTouchPoints to 2.
None of the MouseAreas or Flickable underneath the MultiPointTouchArea seem to receive mouse events.
This has already been reported here : https://bugreports.qt.io/browse/QTBUG-31201
but never fixed
Attachments
Issue Links
- duplicates
-
QTBUG-31201 MultiPointTouchArea does not propagate mouse events to underlying MouseAreas
- Closed
-
QTBUG-31047 MultiPointTouchArea eats mouse events, needs to ignore them
- Closed
- relates to
-
QTBUG-54306 MultiPointTouchArea will prevent mouse events to be synthesized
- Reported