Page scroll kinetic should depend on the actual scroll

Bug #838733 reported by Christian Giordano
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Unity Foundations
Fix Released
Undecided
Andrea Cimitan
overlay-scrollbar
Fix Released
Undecided
Unassigned
overlay-scrollbar (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

The speed how the scrollable content moves, when using the page up/down functionality of the thumb, should vary depending on the actual amount of scroll animated. While when the content scrolls for an entire page the current duration of 1 second is fine, when the content scrolls for less than a page (ie. when the content is close to the minimum or maximum scroll) the duration should be smaller.
Given a minimum duration of 0.25 seconds, the formula to calculate the duration should look like:

var minDuration = 0.25;
var maxDuration = 1;
var duration = minDuration + (actual_scroll/page_scroll) * (maxDuration - minDuration);

Andrea Cimitan (cimi)
Changed in overlay-scrollbar (Ubuntu):
status: New → Confirmed
Changed in ayatana-scrollbar:
status: New → Triaged
Andrea Cimitan (cimi)
Changed in unity-foundations:
assignee: nobody → Andrea Cimitan (cimi)
Changed in ayatana-scrollbar:
status: Triaged → Fix Released
Changed in unity-foundations:
status: New → Fix Released
Changed in overlay-scrollbar (Ubuntu):
status: Confirmed → Fix Released
Ted Gould (ted)
Changed in unity-foundations:
milestone: none → oneiric-beta-2
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.