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

Flickable swipe scroll direction is incorrect

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.6.2
    • 5.7.0
    • None
    • Linux yoga 4.6.3-1-ARCH #1 SMP PREEMPT Fri Jun 24 21:19:13 CEST 2016 x86_64 GNU/Linux
    • ebf07c3f68415099132856b2831633c310bc3395

    Description

      On a touchscreen, flickable swipe scroll direction is upwards for both upwards and downwards swipes. Sometimes, it becomes downwards for both upwards and downwards swipes (not sure when).

      Drag is ok.

      testcase.qml
      import QtQuick 2.5
      
      Flickable {
      	width: 200
      	height: 200
      	contentWidth: column.width
      	contentHeight: column.height
      	Column {
      		id: column
      		Repeater {
      			model: 200
      			Text {
      				width: 200
      				text: index
      			}
      		}
      	}
      }
      

      Should I add anything else to provide more data on this? I could try running other testcase qml files that print some debug output if you tell me what to do =).

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              srutledg Shawn Rutledge
              chalker Сковорода Никита
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes