[BUG] World restoreDisplay & keyboard

Bob Arning arning at charm.net
Thu Mar 30 12:45:10 UTC 2000


On Thu, 30 Mar 2000 12:59:50 +0200 (CEST) Bert Freudenberg <bert at isgnw.CS.Uni-Magdeburg.De> wrote:
>If I evaluate in Morphic in a Workspace
>	World restoreDisplay
>by keyboard (alt-d), no subsequent keypresses are accepted until the next
>mouse click. Is this Unix specific? Any ideas?

Bert,

The cause is in PasteUpMorph>>viewBox:

...
	"Paragraph problem workaround; clear selections to avoid screen droppings:"
	self handsDo: [:h | h newKeyboardFocus: nil].
...

Cheers,
Bob





More information about the Squeak-dev mailing list