Bug reports: 1 of 6: Damaged Window/ rectangles on Screen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Bug reports: 1 of 6: Damaged Window/ rectangles on Screen

S Krish

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.

Reply | Threaded
Open this post in threaded view
|

Re: Bug reports: 1 of 6: Damaged Window/ rectangles on Screen

Sean P. DeNigris
Administrator
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.
Cheers,
Sean