<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        At the moment, users are forced to decide on author initials if not set. If they try to escape the dialog, it will just show up again until the user enters something.<div><br></div><div>I think we will leave this for 5.3. I am happy to change it to some default value after the release.</div><div><br></div><div>We could return a default value for those calls to #authorInitials but keep the prompt alive for new request. Hmm...</div><div><br></div><div>Thanks for pointing this out! I also find it confusing from time to time. Especially in a new image.</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 25.02.2020 15:05:30 schrieb K K Subbu <kksubbu.ml@gmail.com>:</p><div style="font-family:Arial,Helvetica,sans-serif">How about 'anon'?  See attached cs. <br> <br>Regards .. Subbu <br> <br>On 25/02/20 3:17 PM, Marcel Taeumel wrote: <br>> Hi Subbu, <br>>  <br>> do you propose a default value for AuthorInitials? <br>>  <br>> Best, <br>> Marcel <br>>> <br>>> Am 25.02.2020 10:40:33 schrieb K K Subbu <kksubbu.ml@gmail.com>: <br>>> <br>>> Hi, <br>>> <br>>> I often press ctrl-v instead of alt-v by accident in Squeak and get an <br>>> dialog that doesn't go away. This is because of an infinite loop in: <br>>> <br>>> Utilities>>authorInitials <br>>> [AuthorInitials isEmpty] whileTrue: [self setAuthorInitials]. <br>>> ^ AuthorInitials <br>>> <br>>> called from TextEditor>>pasteInitials:. Should this be changed to: <br>>> <br>>> AuthorInitials ifEmpty: [ self setAuthorInitials ]. <br>>> ^AuthorInitials <br>>> <br>>> Regards .. Subbu <br>>> <br>>  <br>>  <br> <br></kksubbu.ml@gmail.com></div></blockquote>
                                        </div></body>