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

tst_QQuickListView2::tapDelegateDuringFlicking fails on Android

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.4.0 Beta1
    • None
    • Android

       29098: ********* Start testing of tst_QQuickListView2 *********
       FAIL!  : tst_QQuickListView2::tapDelegateDuringFlicking(Button DragOverBounds) '(listView->contentY() > 501)' returned FALSE. ()
          Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/qquicklistview2/tst_qquicklistview2.cpp(404)]
       PASS   : tst_QQuickListView2::tapDelegateDuringFlicking(MouseArea DragOverBounds)
       FAIL!  : tst_QQuickListView2::tapDelegateDuringFlicking(Button OvershootBounds) '(listView->contentY() > 501)' returned FALSE. ()
          Loc: [/home/qt/work/qt/qtdeclarative/tests/auto/quick/qquicklistview2/tst_qquicklistview2.cpp(404)]
       PASS   : tst_QQuickListView2::tapDelegateDuringFlicking(MouseArea OvershootBounds)
       PASS   : tst_QQuickListView2::tapDelegateDuringFlicking(Button DragAndOvershootBounds)
       Totals: 23 passed, 2 failed, 0 skipped, 0 blacklisted, 58079ms 

      It seems like the series of touch events does not generate momentum; I didn't verify exactly how much the flickable moved, but it should have built up velocity, and therefore moved farther than it was dragged.

      Blacklisted for now, as with many things on Android.

        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
            srutledg Shawn Rutledge
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: