inconsistent and unpredictable scrolling behaviour

Bug #1502091 reported by dinamic
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Canonical System Image
Confirmed
Undecided
Zoltan Balogh
ubuntu-ui-toolkit (Ubuntu)
Confirmed
Undecided
Zsombor Egri

Bug Description

inconsistent and unpredictable scrolling behaviour

i am unable to predict the scrolling pace, it's or too fast and i have to tap on the screen to stop the scrolling or is too slow. also scrolling in telegram app is very diff than scrolling in g+ app or HN app. try scrolling fast in HN app (it's impossible) https://uappexplorer.com/app/com.ubuntu.developer.rayalez.hackernews

Revision history for this message
dinamic (dinamic6661) wrote :

quick fix maybe? make the scrolling stop faster because sometime i get scrolling nausea

Revision history for this message
Pat McGowan (pat-mcgowan) wrote :

Anything the toolkit can do to throttle this or make more consistent?

Changed in canonical-devices-system-image:
assignee: nobody → Zoltan Balogh (bzoltan)
status: New → Confirmed
Zoltan Balogh (bzoltan)
Changed in ubuntu-ui-toolkit (Ubuntu):
assignee: nobody → Zsombor Egri (zsombi)
status: New → Confirmed
Revision history for this message
Zsombor Egri (zsombi) wrote :

Unfortunately there's not much we can do about this on the toolkit level. This must be handled on the ListView or Flickable level, and those are not toolkit elements. We have UbuntuListView derived from ListView which could do something about the scrolling speed. But that requires the app to use the component instead of using the QtQuick's ListView. However the problem with the ListViews is that those are usually scrolling slowly, especially when the delegate uses the old Ubuntu.Components.ListItem components. Switching to UITK 1.3 ListItem/SlotsLayout/ListItemLayout would speed up the scrolling, however if the model used to fill the view is slow, you will still notice some lags in scrolling.

Revision history for this message
Gerry Boland (gerboland) wrote :

Well we could always talk with Qt upstream about making the parameters which define scrolling more configurable (so can be set in the QPA plugin we have)

Revision history for this message
Zsombor Egri (zsombi) wrote :

Right, I think that was discussed even before on this bug https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1348557

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.