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

Flickable: rebound transition not always run with OS X trackpad

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 5.6.0, 5.7
    • None
    • OS X 10.11.4
    • macOS

    Description

      Drag past flickable bounds using OS X trackpad and release. Roughly 1 out of 10 times the rebound transition is not run but the content jumps to the origin.

      import QtQuick 2.6
      import QtQuick.Window 2.0
      
      Window {
          id: window
          width: 360
          height: 520
          visible: true
      
          ListView {
              id: listview
              anchors.fill: parent
              model: 30
              delegate: Text {
                  padding: 12
                  text: modelData
                  font.pixelSize: 16
                  width: parent.width
              }
          }
      
          Rectangle {
              id: scrollbar
              anchors.right: listview.right
              y: listview.visibleArea.yPosition * listview.height
              width: 10
              height: listview.visibleArea.heightRatio * listview.height
              color: "black"
          }
      }
      

      Attachments

        1. rebound.mov
          1.83 MB
          J-P Nurmi
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            srutledg Shawn Rutledge
            jpnurmi J-P Nurmi
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes