Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.6.0
-
None
-
Linux, Xorg, Manjaro KDE 5.27.9
Description
When scrolling a list with the mouse wheel the movement increments are too small when launching with qml6 or qmlscene6. The qmlscene from Qt 5.15.11 scrolls correctly fast.
Looks similar to https://bugreports.qt.io/browse/QTBUG-59261
import QtQuick 2.15 import QtQuick.Controls 2.15 ApplicationWindow { visible: true width: 400 height: 400 title: "List" ListView { width: parent.width height: parent.height model: 50 delegate: Item { width: if (parent) parent.width height: 50 Rectangle { width: parent.width height: 50 Text { anchors.centerIn: parent text: "Text" } } } } }
Attachments
Issue Links
- is duplicated by
-
QTBUG-120038 QML ListView default flick behaviour changed
- Reported
- resulted from
-
QTBUG-80720 More controls for touchpad scrolling. Stopping Flickable extra scrolling.
- Closed
-
QTBUG-82565 Scrolling QML views with mouse wheel or touchpad is quite bad
- Closed
-
QTBUG-106338 [5.15.7 -> 5.15.8] Change in Flickable acceleration
- Closed
-
QTBUG-35609 Flickable speed and deceleration are not easily customisable
- Closed
-
QTBUG-97055 QQC2 Flickable scrolling is not linear with clicky wheels on Qt 6.2.0
- Closed