<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - No Drag & drop of text"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123582#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - No Drag & drop of text"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=123582">bug 123582</a>
from <span class="vcard"><a class="email" href="mailto:martin.vanzijl@gmail.com" title="Martin van Zijl <martin.vanzijl@gmail.com>"> <span class="fn">Martin van Zijl</span></a>
</span></b>
<pre>Apologies, I must have accidentally introduced this bug in my patch.
For now, I suggest we reverse my patch, like below:
if ( !bOverSelect ) // <-- add this if statement again
{
MoveCursor( rSh, aDocPos, bOnlyText, bLockView );
bCallBase = false;
}
...since dragging text is probably more useful than decreasing the selection
with shift-click.
I hope to try making it work for both scenarios, perhaps by setting bCallBase
to true, or moving logic into the case statement on top of the method. But
probably not till next week will I have the time.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>