<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Hi Lauren,</p>
<p><br>
</p>
<p>thanks for the bug report, but I doubt that there will be an easy solution. This balloon decoration is basically a hack that you can find in <span>ReleaseBuilder class>>#openWelcomeWorkspacesWith:. There is no support for decorations of this kind in (Pluggable)SystemWindow.
 If Squeak Morphic had more characteristics of a prototypical/pluggable system, we might be able to say something like</span></p>
<p><span><br>
</span></p>
<p>balloon addSteppingCode: [balloon comeToFront].</p>
<p><br>
</p>
<p>or</p>
<p><br>
</p>
<p>browser model override: #modelWakeUp with: [balloon comeToFront].</p>
<p><br>
</p>
<p>However, this isn't the way Morphic/Squeak work (today), so I guess fixing this edge case won't be worth the effort of hacking a subclass or something like this. :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Lauren Pullen <drurowin@gmail.com><br>
<b>Gesendet:</b> Donnerstag, 19. Mai 2022 05:36:22<br>
<b>An:</b> squeak-dev@lists.squeakfoundation.org<br>
<b>Betreff:</b> [squeak-dev] hot air balloon damage</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">When the Welcome To Squeak window is minimized, the hot air balloon in<br>
no longer redrawn correctly.<br>
<br>
On minimization, the portion of the balloon that is outside the extent<br>
of the PluggableSystemWindow is left on the screen.<br>
<br>
On restoration, the portion of the balloon that is inside the extent of<br>
the help topic frame is occluded.<br>
<br>
See attached.<br>
<br>
Squeak 21760 beta, as downloaded from the website.<br>
</div>
</span></font>
</body>
</html>