<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Libclplug: kf5 support errors"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143114#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Libclplug: kf5 support errors"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143114">bug 143114</a>
              from <span class="vcard"><a class="email" href="mailto:Armin.Le.Grand@me.com" title="Armin Le Grand <Armin.Le.Grand@me.com>"> <span class="fn">Armin Le Grand</span></a>
</span></b>
        <pre>The three lines from SvTreeListBox::StartDrag originate from
ac7acb0ab1329913b0cec79790adcde0263960be "Merged SvTreeListBox and SvLBox" from
2012-10-11 - pretty old. Thus it originates from "void SvLBox::StartDrag" and
was merged-in to SvTreeListBox::StartDrag. No idea why it was like that in
SvLBox, but it was *not* originally part of SvTreeListBox. This is like that
since 2021, so I will not dig deeper - those three lines may not be needed, but
no direct hints from the past :-(

Basic problem stays that SvTreeListBox::StartDrag (triggered from a MouseMove,
NOT from MouseButton) *always* executes that MouseButtonUp. This should not
happen if SvImpLBox (the EntryList) is actively handling a ButtonAction with
CaptureMouse() being active.
That again is alredady done actively in SvImpLBox::ButtonDownCheckCtrl,
SvImpLBox::MouseMoveCheckCtrl, SvImpLBox::ButtonUpCheckCtrl. Adding a
possibility to *ask/check* for it from SvTreeListBox...</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>