<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
                                        > <span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">isn't this situation comparable to the items in the docking bar? </span><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px"><br></span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">Those look like a menu already. System window buttons do not.</span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px"><br></span></div><div><span style="font-family: Calibri, Helvetica, sans-serif;font-size: 16px">Best,</span></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 17.05.2020 15:40:41 schrieb Thiede, Christoph <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style="font-family:Arial,Helvetica,sans-serif">

<div id="divtagdefaultwrapper" style="font-size: 12pt;color: #000000;font-family: Calibri,Helvetica,sans-serif" dir="ltr">
<p>Hi Marcel,</p>
<p><br>
</p>
<p>isn't this situation comparable to the items in the docking bar? The centered "changeset" button looks exactly the same as the menu items on the left. But the menu items react on mouseDown, whereas the changeset button reacts on mouseUp only.</p>
<p>I was rather thinking of this rule: All *leaf* buttons that actually raise an action should behave in the same fashion. However, the menu box is only a "branch" button, so it does not actually invoke an action. If we have it react only on mouseUp only, it
 costs the user an extra click to actually select an action from the menu.</p>
<p>Can you understand me? :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt;color: rgb(0, 0, 0);font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols">
<div name="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif;font-size: ;margin: 0">
<div><span style="font-size: 10pt;color: #808080"></span></div>
</div>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><span style="font-family: Calibri, sans-serif;color: #000000"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Taeumel, Marcel<br>
<b>Gesendet:</b> Sonntag, 17. Mai 2020 14:37:35<br>
<b>An:</b> gettimothy via Squeak-dev<br>
<b>Betreff:</b> Re: [squeak-dev] The Inbox: Morphic-ct.1659.mcz</span>
<div> </div>
</div>
<div>
<div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000">
Hi Christoph.
<div><br>
</div>
<div>For the user, it is just a button. All buttons should behave in a similar fashion.</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.05.2020 20:49:10 schrieb commits@source.squeak.org <commits@source.squeak.org>:</p>
<div style="font-family:Arial,Helvetica,sans-serif">Christoph Thiede uploaded a new version of Morphic to project The Inbox:<br>
http://source.squeak.org/inbox/Morphic-ct.1659.mcz<br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-ct.1659<br>
Author: ct<br>
Time: 16 May 2020, 8:48:50.198708 pm<br>
UUID: 49bbe6f6-5242-1b41-9823-d21b50d6b438<br>
Ancestors: Morphic-nice.1658<br>
<br>
Proposal: Have windows' menu box act on mouseDown rather than on mouseUp like the other boxes. This saves you another click and is more consistent to the usual menu flow in Squeak.<br>
<br>
=============== Diff against Morphic-nice.1658 ===============<br>
<br>
Item was changed:<br>
----- Method: SystemWindow>>createMenuBox (in category 'initialization') -----<br>
createMenuBox<br>
^ (self createBox: self class menuBoxImage)<br>
actionSelector: #offerWindowMenu;<br>
+ setBalloonText: 'window menu' translated;<br>
+ actWhen: #buttonDown;<br>
+ yourself!<br>
- setBalloonText: 'window menu' translated!<br>
<br>
<br>
</div>
</blockquote>
</div>
</div>
</div></blockquote>
                                        </div></body>