GNOME Bugzilla – Bug 163710
scrollbar jumps too far
Last modified: 2005-11-25 08:16:14 UTC
If you click in the "jump ahead one page" section of the Character Table scrollbar, it actually jumps ahead 3 pages. Eg, if the Character Table is sized to show 8 rows, then clicking there will jump ahead 24 rows. This is really confusing if you're scanning through the tables looking for a particular character.
Is that in the HIG?
No, apparently the HIG doesn't say what the scroll bar adjustment settings should be set to, but if you compare the behavior in other apps, like ephy/firefox (or even the behavior of the treeview that displays the script/block names), you'll see that they behave that way. step_increment should be 1, and page_increment should be "chartable->rows - 1". (And see also bug 148943)
Created attachment 55189 [details] [review] Setting page increment to 1.0. Noah, are you ok with this?
Behdad, would you take a look please?
2005-11-25 Behdad Esfahbod <behdad@gnome.org> * gucharmap/gucharmap-table.c: Make scrollbar jump a page at a time instead of three. (#163710, Behnam Esfahbod)