emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: vertical scrollbar error on MS Windows


From: Stefan Monnier
Subject: Re: vertical scrollbar error on MS Windows
Date: Wed, 21 Feb 2007 14:01:08 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (gnu/linux)

> Here is another fix for the scrollbars.  From the approach
> it calculates the thumb length once on mouse down and 
> then leaves bar parameters alone during dragging.

This approach suffers from the same problems.
I only know of two simple solutions:
1 - set the thumb size to 0 while dragging.
2 - make the thumb size "fixed" and arrange that when it hits bottom,
    then the start of the thumb corresponds to position point-max.

The best solution is to change the toolkit such that it doesn't hide from
you the information that the mouse was moved past the bottom of the
scrollbar.  This is what Xaw does.  It's generally trivial to do,
technically, but it usually hits a human brick wall.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]