1. Damaged Window rectangle painting all over.. as you drag the window over the World.. * This is just the repeatable test, but occurs very annoyingly with an image if we have debugged through some piece of Morphic UI code.. Infact this damaged rectangles/ lost refresh of World occurs very frequently with ordinary non forked UI stuff also. of other variants viz: SystemWindow etc.. * Transcript if used on / or STranscript.. the World repaint many a times starts popping up its TextMorph through other top windows.. while it sends the transcript text to it. [ | dialog builder | builder := UITheme exampleBuilder. dialog := builder newPluggableDialogWindow: 'BasicTestDamagedWindows'. dialog contentMorph: (dialog newRow: {dialog newColumn: {dialog newColumn: {dialog newTextEntryFor: (ValueHolder new contents: 'text') getText: #contents setText: #contents: help: 'hostName'}}}); model: self. World openModal: dialog ] fork.