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

[Reg 5.7] Flickable misbehaves on OSX with trackpad

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P2: Important P2: Important
    • None
    • 5.7
    • None
    • OSX 10.11.4
    • macOS

      The content jumps in the middle of a flick. A test case extracted from Qt Quick Controls 2 Gallery:

      import QtQuick 2.6
      import QtQuick.Window 2.0
      
      Window {
          id: window
          width: 360
          height: 520
          visible: true
      
          ListView {
              id: listview
              anchors.fill: parent
      
              delegate: Text {
                  padding: 12
                  text: modelData
                  font.pixelSize: 16
                  width: parent.width
              }
      
              model: ["BusyIndicator", "Button", "CheckBox", "ComboBox", "Dial", "Delegates", "Drawer", "Frame",
                      "GroupBox", "Menu", "PageIndicator", "Popup", "ProgressBar", "RadioButton", "RangeSlider",
                      "ScrollBar", "ScrollIndicator", "Slider", "SpinBox", "StackView", "SwipeView", "Switch",
                      "TabBar", "TextArea", "TextField", "ToolTip", "Tumbler"]
          }
      
          Rectangle {
              id: scrollbar
              anchors.right: listview.right
              y: listview.visibleArea.yPosition * listview.height
              width: 10
              height: listview.visibleArea.heightRatio * listview.height
              color: "black"
          }
      }
      

      Does not seem to happen with Qt 5.6.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes