<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        Well ... there is at least some interference with Shout and/or that "highlight the opening bracket" feature in text editors. Sigh.<div><br></div><div>If we cannot figure this out, better revert this one.</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 09.10.2019 17:55:15 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Marcel Taeumel uploaded a new version of Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-mt.1565.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-mt.1565<br>Author: mt<br>Time: 9 October 2019, 5:54:57.18839 pm<br>UUID: 95a7cebb-cfbc-c94e-b934-d74c88ffa121<br>Ancestors: Morphic-mt.1564<br><br>Fixes text-composition bug for morphs embedded in text morphs through the text-anchor property.<br><br>=============== Diff against Morphic-mt.1564 ===============<br><br>Item was added:<br>+ ----- Method: TextMorph>>layoutChanged (in category 'layout') -----<br>+ layoutChanged<br>+       "For embedded morphs, we have to invalidate our paragraph if those morphs invalidate their layout. Since paragraph creation will also change this morph's bounds, ignore that case."<br>+ <br>+   (self hasProperty: #CreatingParagraph) ifFalse: [self releaseParagraph].<br>+     ^ super layoutChanged!<br><br><br></div></blockquote>
                                        </div></body>