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

tst_MptaInterop::touchesThenPinch fails in Qt 6

XMLWordPrintable

    • 1f7a34d20 (dev), 0acbcc1ad (dev), cf9e1d92d (6.8), 3ae88afaf (tqtc/lts-6.5)

      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;
          }
      

        For Gerrit Dashboard: QTBUG-123499
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved: