-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.10.0
-
None
Behavior regarding QML DragHandler has changed. Apparently it happend already between 6.9.2 and 6.9.3 but I'm reproducing it now with 6.10.0.
It used to be possible to have DragHandler disabled by default, enable it in onPressAndHold and still get onGrabChanged event then. But now the item needs to be enabled already before to get that event. This makes my current re-odering logic with long press & drag in a scrollable list a bit difficult - or perhaps impossible.
Attached a simple program to reproduce the differences. "The old behavior" is there at least with 6.8.3.