<div dir="ltr"><div><div>Hi,<br><br></div>I don&#39;t think it&#39;s a timing issue. In the previous version, if nothing was selected, then a yellow click would select the item, but won&#39;t bring up the menu. This behaviour can be easily restored by adding back the guard<br>
<br>       self selection &lt; 2 ifTrue: [^ aMenu].<br><br>with a slight modification of changing the 2 to 1. <br><br>self selection &lt; 2 means &quot;no item is selected&quot; or &quot;the first item is selected&quot;. Now that we have a menu for the first item, we still need to guard for the &quot;no item is selected&quot; case.<br>
<div><br></div></div>Cheers, Balazs<br></div>