TestBrowser freezes - how to debug

Martin Drautzburg martin.drautzburg at web.de
Mon Mar 31 19:46:57 UTC 2003


Ned Konz <ned at bike-nomad.com> writes:

It loops around:

        PluggabeTextMorph>>extent:
        PluggableTextMorph(ScrollPane)>>extent:
        PluggableTextMorph(ScrollPane)>>setScrollDeltas
        PluggableTextMorph(ScrollPane)>>hideOrShowScrollBar
        PluggableTextMorph(ScrollPane)>>showScrollBar
        PluggableTextMorph>>resetExtent
        PluggableTextMorph>>extent:

The full walkback is on http://minnow.cc.gatech.edu/squeak/3146

One thing I don't understand is when I evaluate "submorphs includes:
scrollBar" from the walkback I get a "true". But obviously
showScrollBar did not return though. 

showScrollBar
	(submorphs includes: scrollBar)
		ifTrue: [^ self].
	self resizeScrollBar.
	self privateAddMorph: scrollBar atIndex: 1.
	"scrollBar changed."
	retractableScrollBar
		ifFalse: [self resetExtent]




More information about the Squeak-dev mailing list