Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-141351

Drag&drop behavior changed

XMLWordPrintable

    • Linux/X11

      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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            heikki Heikki Haveri
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes