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

tst_MptaInterop::touchesThenPinch fails in Qt 6

    XMLWordPrintable

Details

    • 1f7a34d20 (dev)

    Description

      It's been blacklisted all along.

          // Release another finger
          touch.stationary(2).release(3, p3).commit();
          // Move some more: DragHandler eventually reacts.
          int dragTookGrab = 0;
          for (int i = 0; i < 8; ++i) {
              p2 += QPoint(8, -8);
              touch.move(2, p2).commit();
              QQuickTouchUtils::flush(window);
              QVERIFY(devPriv->pointById(2)->passiveGrabbers.contains(drag)); // <---- nope
              if (!dragTookGrab && devPriv->pointById(2)->exclusiveGrabber == drag)
                  dragTookGrab = i;
          }
      

      Attachments

        Issue Links

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

          Activity

            People

              srutledg Shawn Rutledge
              srutledg Shawn Rutledge
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes