[BUG][FIX] HorizontalScrollBarMissingLeftButton ([sm])

Hernan Tylim htylim at yahoo.com.ar
Thu Apr 3 23:01:14 UTC 2003


Hi,
        In a fresh 3.4 image if you evaluate: TwoWayScrollPane new
openInWorld
        You'll see that the left arrow button from the horizontal
scrollbar is missing.

        The reason is the slider blocking the button. The method
Scrollbar>>totalSliderArea is wrongly calculating the slider's bounds
when the scrollbar is horizontal and the #ScrollbarWithoutMenuButton
preference is disabled (it's default value).

from preamble:

"Change Set:            HorizontalScrollBarMissingLeftButton
Date:                   3 April 2003
Author:                 Hernán Tylim

This change set fix a problem with the left arrow button of the
horizontal scrollbars.

The slider's bounds on horizontal scrollbars were wrongly calculated
causing the slider to block the left arrow button.

This cs fix the method that calculates the slider bounds
(ScrollBar>>totalSliderArea)." 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: HorizScrollbarMissingLeftButton.1.cs.gz
Type: application/x-gzip
Size: 488 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030403/e6b771a7/HorizScrollbarMissingLeftButton.1.cs.bin


More information about the Squeak-dev mailing list