<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000"><div>Hi there!</div><div><br></div>
                                        
                                        
                                            
                                        
                                        
                                        ...and the text of larger dialogs can once again not be selected, copied, and interacted with anymore. Think of clickable text URLs.<div><br></div><div>Maybe we find a better solution. :-)</div><div><br></div><div>#lock is generic in Morphic to reject all events</div><div>#readOnly: is specific to text fields to not mess up its contents</div><div><br></div><div>Something like #rejectsKeyboardFocus .... along the line of #keyboardFocusDelegate...</div><div><br></div><div>Note that this is not a -1. Its okay that you -- kind of -- reverted my recent change to DialogMorph where I made text contents more accessible. There was another issue with message-category creation and the keyboard-focus interfering...</div><div><br></div><div>We will find something.</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;min-width: 500px">
                        <p style="color: #AAAAAA; margin-top: 10px;">Am 05.06.2020 17:31:30 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p><div style="font-family:Arial,Helvetica,sans-serif">Chris Cunningham uploaded a new version of Morphic to project The Trunk:<br>http://source.squeak.org/trunk/Morphic-cbc.1664.mcz<br><br>==================== Summary ====================<br><br>Name: Morphic-cbc.1664<br>Author: cbc<br>Time: 5 June 2020, 8:31:07.419315 am<br>UUID: bf356d19-6ce6-6f4f-8c68-5f973a0c9f0c<br>Ancestors: Morphic-mt.1632, Morphic-mt.1663<br><br>locked messageMorph in DialogWindow so that the morph can once again be controlled by keystrokes.<br><br>=============== Diff against Morphic-mt.1663 ===============<br><br>Item was changed:<br>  ----- Method: DialogWindow>>createMessage: (in category 'initialization') -----<br>  createMessage: aString <br>          <br>      messageMorph := aString asText asMorph.<br>       messageMorph<br>                  name: 'Message';<br>              readOnly: true;<br>+              setProperty: #indicateKeyboardFocus toValue: #never;<br>+                 lock.<br>-                setProperty: #indicateKeyboardFocus toValue: #never.<br>          self setMessageParameters.      <br>      ^ messageMorph!<br><br><br></div></blockquote></div>