<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Drag-select email address grabs & moves first letter (gtk2 and gtk3)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116384#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Drag-select email address grabs & moves first letter (gtk2 and gtk3)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=116384">bug 116384</a>
              from <span class="vcard"><a class="email" href="mailto:caolanm@redhat.com" title="Caolán McNamara <caolanm@redhat.com>"> <span class="fn">Caolán McNamara</span></a>
</span></b>
        <pre>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</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>