<body><div id="__MailbirdStyleContent" style="font-size: 12pt;font-family: calibri;color: #000000">
                                        Hi, there.<div><br></div><div>Just replicate the behavior of #openInWorld, which uses "self currentWorld".</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class="history_container" type="cite" style="border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 16.04.2018 21:32:21 schrieb Eliot Miranda <eliot.miranda@gmail.com>:</p>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Hi Karl,<div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 16, 2018 at 12:01 PM,  <span dir="ltr"><<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">Karl Ramberg uploaded a new version of Morphic to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Morphic-kfr.1415.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>trunk/Morphic-kfr.1415.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-kfr.1415<br>
Author: kfr<br>
Time: 16 April 2018, 9:00:44.326565 pm<br>
UUID: fd7edd49-a300-764f-8d5d-<wbr>fa2d2ad7b65b<br>
Ancestors: Morphic-mt.1414<br>
<br>
self world can be nil here<br>
<br>
=============== Diff against Morphic-mt.1414 ===============<br>
<br>
Item was changed:<br>
  ----- Method: Morph>>openNear: (in category 'initialization') -----<br>
  openNear: aRectangle <br>
        self<br>
                openNear: aRectangle<br>
+               in: Project current world!<br>
-               in: self world!<br></blockquote><div><br></div><div>Shouldn't that be </div><div> </div></div>             in: (self world ifNil: [Project current world])</div><div class="gmail_extra"><br></div><div class="gmail_extra">?  If one were using an arbitrary world in which one asked a Morph to open, wouldn't it be strange if that child morph opened up not in the world of the parent but in the current world?  Isn't this important enough to provide an accessor such as </div><div class="gmail_extra">Morph>>world access</div><div class="gmail_extra">    theBestOfAllPossibleWorlds</div><div class="gmail_extra">        ^self world ifNil: [Project current world]<br clear="all"><div><br></div><div class="gmail_signature"><div dir="ltr"><div><span style="font-size: 10pt;border-collapse: separate"><div>_,,,^..^,,,_<br></div><div>best, Candide</div></span></div></div></div>
</div></div>

                        </blockquote>
                                        </div></body>