Open GoogleCodeExporter opened 8 years ago
Known problem, no solution as of yet. Will put this on back burner.
Original comment by gsmith3...@gmail.com
on 8 Aug 2010 at 2:05
Is it possible to change the number of lines scrolled to 1 instead of 4 to make
this less of a visual shock?
Original comment by gregariousjb
on 8 Aug 2010 at 2:13
Confirmed r36. Any way to implement the above idea? I imagine it would be a
simple change from "4" to "1", unless that's somehow not a wise idea.
Original comment by gregariousjb
on 5 Jan 2011 at 7:23
I believe so, but the widget, FauxScroll, doesnt really work like you'd expect.
If I can make it do a 1x scroll, we'll try it... but that might be too slow for
a long list... Currently, the number of items moved has to do with the number
of items displayed... and the problem could be related to whether or not the #
displayed and the total number of items are both even, both odd, one of each,
or perhaps if the total number is evenly divisible by the # displayed... I am
positive there an algorithm in here somewhere that will produce smooth
scrolling without having to resort to 1x scroll.
Original comment by gsmith3...@gmail.com
on 5 Jan 2011 at 2:25
As long as the scroll bars on the side are kept intact, forcing it to scroll
only 1 line shouldn't be a problem. Users can either scroll down with the
mousewheel or click+drag on the scroll bar to go further and faster.
Original comment by gregariousjb
on 5 Jan 2011 at 11:54
Original issue reported on code.google.com by
gregariousjb
on 7 Aug 2010 at 12:23