https://bugs.documentfoundation.org/show_bug.cgi?id=39015
Justin L <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=11 | |6384 --- Comment #24 from Justin L <[email protected]> --- This is related to vcl/source/window/dndlistenercontainer.cxx fireDragGestureEvent. In gtk3, sometimes IsMinMove is hit before the DragGesture event is fired. In that case SttSelect starts the drag-selection and then it is too late for the drag and drop to kick in. The likely explanation is in bug 116384 comment 10, which ought to have improved this bug report as well - in 7.1.4. If important enough, we could use the first-half character and last-half-character, to trigger a select rather than a move. Hacky, but it would work. See for example https://gerrit.libreoffice.org/c/core/+/193064 -- You are receiving this mail because: You are the assignee for the bug.
