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

Hernan Tylim htylim at yahoo.com.ar
Sat Jul 5 16:52:29 UTC 2003


Hi.
	I sent this bug fix in April but went unnoticed, so I am resending it with
the hopes that someone will review it and harvest it.

	Please note that I verified that in the last available image (3.6b-5331)
the bug is still present.

Thanks

-----Mensaje original-----
De: squeak-dev-bounces at lists.squeakfoundation.org
[mailto:squeak-dev-bounces at lists.squeakfoundation.org]En nombre de
Hernan Tylim
Enviado el: Jueves, 03 de Abril de 2003 20:01
Para: squeak-dev at lists.squeakfoundation.org
Asunto: [BUG][FIX] HorizontalScrollBarMissingLeftButton ([sm])


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/20030705/fd933dbc/HorizScrollbarMissingLeftButton.1.cs.bin


More information about the Squeak-dev mailing list