Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
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
- duplicates
-
QTBUG-45527 Flickable: upwards flick via touchscreen causes bounce on release
- Closed
- relates to
-
QTBUG-55831 [REG: 5.5->5.6]: When doing a QTest::mouseRelease() on a window that has a Flickable in it then it will flick right to the end
- Closed