Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.2, 6.5, 6.7
-
None
-
1f7a34d20 (dev), 0acbcc1ad (dev), cf9e1d92d (6.8), 3ae88afaf (tqtc/lts-6.5)
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
- replaces
-
QTBUG-86729 many Qt Quick test failures after input event refactoring
- Closed
- resulted from
-
QTBUG-118062 Flaky tests on opensuse 15.5: Fail in tst_MptaInterop
- Reported