[Pharo-project] Bug reports: 1 of 6: Damaged Window/ rectangles on Screen
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.
S Krish wrote
1. Damaged Window rectangle painting all over.. as you drag the window over the World..
Added info to issue 5013 and reopened. -- View this message in context: http://forum.world.st/Bug-reports-1-of-6-Damaged-Window-rectangles-on-Screen... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (2)
-
S Krish -
Sean P. DeNigris