After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 163710 - scrollbar jumps too far
scrollbar jumps too far
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
1.4.x
Other Linux
: Normal normal
: ---
Assigned To: Noah Levitt
Noah Levitt
Depends on:
Blocks: 312001
 
 
Reported: 2005-01-11 18:46 UTC by Dan Winship
Modified: 2005-11-25 08:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Setting page increment to 1.0. (795 bytes, patch)
2005-11-24 15:45 UTC, Behnam Esfahbod
none Details | Review

Description Dan Winship 2005-01-11 18:46:04 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.
Comment 1 Noah Levitt 2005-01-11 19:02:49 UTC
Is that in the HIG?
Comment 2 Dan Winship 2005-04-05 00:27:59 UTC
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)
Comment 3 Behnam Esfahbod 2005-11-24 15:45:33 UTC
Created attachment 55189 [details] [review]
Setting page increment to 1.0.

Noah, are you ok with this?
Comment 4 Behnam Esfahbod 2005-11-24 15:47:11 UTC
Behdad, would you take a look please?
Comment 5 Behdad Esfahbod 2005-11-25 08:16:14 UTC
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)