[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gtk scrollbar: thumb too short
From: |
Richard Stallman |
Subject: |
Re: Gtk scrollbar: thumb too short |
Date: |
Sat, 12 Apr 2003 13:07:45 -0400 |
This could be adapted to the end of buffer condition: you drag the
thumb downwards. As soon as end of buffer becomes visible, dragging
the mouse down by a few more pixels doesn't change the buffer
(thumb) position. You have to move the mouse down a minimum number
of pixels to make the thumb move again.
This is a good idea.
Mouse pointer and thumb could become out of sync, as the mouse
pointer moves down without the thumb moving. The visual
inconsistency might be bad.
I don't think that is a serious problem. Also, it is possible to set
it up so that the mouse pointer on the screen doesn't start to move
until after the physical mouse has overcome the resistance.
That way there is no visial inconsistency.
For a window near the bottom of the
screen, this could become a functional problem, even.
The idea above avoids that problem too.
* If end of buffer is not visible when scrolling-by-dragging starts,
then overscrolling is not possible. Only if end of buffer is
visible when scrolling-by-dragging starts, then overscrolling
becomes possible.
That seems worth a try.
- Re: Gtk scrollbar: thumb too short, (continued)
- NEWS and invisible text, Stefan Monnier, 2003/04/11
- Re: NEWS and invisible text, Kevin Rodgers, 2003/04/14
- Re: NEWS and invisible text, Richard Stallman, 2003/04/20
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Kai Großjohann, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Luc Teirlinck, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short,
Richard Stallman <=
- Re: Gtk scrollbar: thumb too short, Luc Teirlinck, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/11
- Re: Gtk scrollbar: thumb too short, Richard Stallman, 2003/04/12
- Re: Gtk scrollbar: thumb too short, Jan D., 2003/04/10
- Re: Gtk scrollbar: thumb too short, Robert J. Chassell, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Stefan Monnier, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Miles Bader, 2003/04/02
- Re: Gtk scrollbar: thumb too short, Stefan Monnier, 2003/04/03
- Re: Gtk scrollbar: thumb too short, Richard Stallman, 2003/04/03