<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from text --><style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<meta content="text/html; charset=UTF-8">
<style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div id="x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p>Thanks for the feedback! :-)</p>
<p><br>
</p>
<p>Best,</p>
<p>Christoph</p>
<div id="x_Signature">
<div id="x_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="x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div>
<div class="x__rp_T4" id="x_Item.MessagePartBody">
<div class="x__rp_U4 x_ms-font-weight-regular x_ms-font-color-neutralDark x_rpHighlightAllClass x_rpHighlightBodyClass" id="x_Item.MessageUniqueBody" style="font-family:wf_segoe-ui_normal,"Segoe UI","Segoe WP",Tahoma,Arial,sans-serif,serif,EmojiFont">
<div dir="ltr">
<div id="x_divtagdefaultwrapper"><font face="Calibri,Helvetica,sans-serif,EmojiFont,Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols">
<div id="x_Signature">
<div style="margin:0px"><font style="font-family:Calibri,Arial,Helvetica,sans-serif,serif,EmojiFont">
<div><font size="3" color="black"><span style="font-size:12pt"><a href="http://www.hpi.de/" target="_blank" rel="noopener noreferrer" id="LPNoLP"><font size="2"><span id="LPlnk909538"><font color="#757B80"></font></span></font></a></span></font></div>
</font></div>
</div>
</font></div>
</div>
</div>
</div>
</div>
<div><font size="2" color="#808080"></font></div>
</div>
</div>
</div>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Von:</b> Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Jakob Reschke <forums.jakob@resfarm.de><br>
<b>Gesendet:</b> Sonntag, 23. August 2020 13:48:00<br>
<b>An:</b> The general-purpose Squeak developers list<br>
<b>Betreff:</b> Re: [squeak-dev] [BUG] Text drag and drop to workspace unreliable</font>
<div> </div>
</div>
</div>
<font size="2"><span style="font-size:10pt;">
<div class="PlainText">Hi Christoph,<br>
<br>
After merging Morphic-ct.1675 and Morphic-ct.1676, it works as<br>
expected, thank you. Without ct.1676 the source workspace is not<br>
updated until it regains the keyboard focus, as described in the<br>
commit message.<br>
<br>
Kind regards,<br>
Jakob<br>
<br>
Am Do., 20. Aug. 2020 um 18:39 Uhr schrieb Thiede, Christoph<br>
<Christoph.Thiede@student.hpi.uni-potsdam.de>:<br>
><br>
> Hi Jakob,<br>
><br>
><br>
> does Morphic-ct.1675 resolve the issue for you? :-)<br>
><br>
><br>
> Best,<br>
><br>
> Christoph<br>
><br>
> ________________________________<br>
> Von: Squeak-dev <squeak-dev-bounces@lists.squeakfoundation.org> im Auftrag von Jakob Reschke <forums.jakob@resfarm.de><br>
> Gesendet: Sonntag, 29. Dezember 2019 21:40:19<br>
> An: squeak-dev@lists.squeakfoundation.org<br>
> Betreff: [squeak-dev] [BUG] Text drag and drop to workspace unreliable<br>
><br>
> Hi,<br>
><br>
> I just noticed that the newly introduced text drag and drop sometimes does not work when dragging text between workspaces. It has always worked until today so I suspect the culprit is among the more recent changes.<br>
><br>
> Problem:<br>
> When dragging the selected text from one workspace to another, sometimes an object reference is copied to the bindings of the workspace instead of pasting the text. In the target text, the newly created variable name appears instead (e. g. text3997962) as
 if I had dropped another non-text object.<br>
><br>
> At least the text is not removed from the source workspace when this happens...<br>
><br>
> Problem #2:<br>
> It does not always happen. When dragging from a third workspace it suddenly worked and then also from the second again. Then I reset my texts back to the old state and now it is broken again.<br>
><br>
> Expected behavior:<br>
> The selected text from the source workspace is cut from there, and pasted at the drop hand location in the target workspace.<br>
><br>
> Currently I have three workspaces #1, #2, #3.<br>
> If I drag the selection from #1 to #2, it works.<br>
> If I drag from #1 to #3 it does not.<br>
> Dragging from #2 to #3 does not work.<br>
> Dragging from #2 to #1 does work.<br>
> Now dragging from #1 to #3 suddenly does work... I dragged to the start of the text this time.<br>
> Dragging back from #3 to #1 works.<br>
> Dragging from #1 to #3 to the end of it also works.<br>
> Dragging back from #1 to #3.<br>
> Resetting (Cmd+l, lowercase L) text of #3.<br>
> Dragging from #1 to the end of #3 does not work again. Variable pasted at the start of the text.<br>
> Repeated dragging of the same text from #1 to #3 always pastes the variable.<br>
> Dragging to the middle of #3 works!<br>
> Dragging the pasted text inside of #3 to the end removed the text and pasted a variable instead.<br>
><br>
> Hypothesis: it does not work to drop the text beyond the TextMorphForEditView. And so far I might just have been lucky to always have enough blank lines at the end of my target workspace. Workspaces #1 and #2 from above contain much more text than #3 and
 fill the whole editing area of the workspace, so this would be consistent.<br>
><br>
> Squeak5.3beta<br>
> latest update: #19300<br>
><br>
> Kind regards,<br>
> Jakob<br>
><br>
<br>
</div>
</span></font>
</body>
</html>