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

--- Comment #10 from Caolán McNamara <[email protected]> ---
The difference between gen and gtk3 is that in gen the default mnStartDragWidth
value is 2, so if the mouse moves 2 pixels from the click site it turns into a
drag event but under gtk it comes from the system gtk-dnd-drag-threshold
setting which is 8 pixels for me. The gtk one is large enough to allow the
first letter of the draggable hyperlink to be selected before it turns into a
"drag".

If I change the gen one to be 8 the same effect occurs, and if I change the gtk
one to be 2 it behaves the same as how gen works with 2. Under windows this
comes from SM_CXDRAG/SM_CYDRAG system settings so I guess its possible this
occurs on windows too under some customization possibilities

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to