-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.1
Drag started from DragHandler with touch event does not end, but it works fine with MouseArea.
To reproduce, try dragging one of the rectangles with touch.
Note that the dragFinished signal is never emitted, however, DragHandler does change active status to false, but even when manually ending the drag like this, it does not end:
Drag.active = false
Also on closing the window, the application does not exit.