[Libreoffice-bugs] [Bug 123582] No Drag & drop of text

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Feb 21 01:58:15 UTC 2019


https://bugs.documentfoundation.org/show_bug.cgi?id=123582

--- Comment #4 from Martin van Zijl <martin.vanzijl at gmail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190221/a8be389c/attachment.html>


More information about the Libreoffice-bugs mailing list