<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body>
<div dir="auto">-1 bc. wrong place. See senders of actOnClickFor: and my other answer. Let's work on that (bigger) issue after the release.</div>
<div dir="auto"><br>
</div>
<div dir="auto">Best,</div>
<div dir="auto">Marcel</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> on behalf of commits@source.squeak.org <commits@source.squeak.org><br>
<b>Sent:</b> Thursday, June 16, 2022 9:59:32 PM<br>
<b>To:</b> squeak-dev@lists.squeakfoundation.org <squeak-dev@lists.squeakfoundation.org><br>
<b>Subject:</b> [squeak-dev] The Inbox: Collections-kfr.1012.mcz</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">A new version of Collections was added to project The Inbox:<br>
<a href="http://source.squeak.org/inbox/Collections-kfr.1012.mcz">http://source.squeak.org/inbox/Collections-kfr.1012.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Collections-kfr.1012<br>
Author: kfr<br>
Time: 16 June 2022, 9:59:32.00337 pm<br>
UUID: 52865d2e-6f39-f14f-8c48-b630ecfd76a5<br>
Ancestors: Collections-lrnp.1011<br>
<br>
TextLinks would sometimes open i the background<br>
<br>
=============== Diff against Collections-lrnp.1011 ===============<br>
<br>
Item was changed:<br>
  ----- Method: TextLink>>actOnClickFor: (in category 'event handling') -----<br>
  actOnClickFor: aMessageSet<br>
         "Add to the end of the list.  'aClass selector', 'aClass Comment', 'aClass Definition', 'aClass Hierarchy' are the formats allowed."<br>
  <br>
+        Project current addDeferredUIMessage: [aMessageSet addItem: classAndMethod].<br>
-        aMessageSet addItem: classAndMethod.<br>
         ^ true!<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>