<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#c12">Comment # 12</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>Checking linux render backends (a..e):
(a) "gen": works as expected. Exception: Start klick in text, move to other
entry, MouseButtonUp switches other entry. This should not trigger/change
anyting if start and end entry are different. Leaving box completely works as
expected.
(b) "gtk3_kde5": Switches on MouseDown
(c) "gtk3": same as (b)
(d) "qt5": same as (a), including exception
(e) "kf5": same as (a), including exception

So we really have two groups:

(a,d,e): Remaining problem is ButtonUp on text, not CheckBox. This may be
fixed, seems to be done in vcl code of SvTreeListBox

(b,c): Switches on MouseDown, but is not handled by SvTreeListBox, so probably
native widgets. I would guess to fix that, creation of that widgets would
need/does set other flags as wanted (?) I have no idea where this happens or is
done, or how/where to fix that though

So I will try to expand my suggested fix to (a,d,e) and get it work with
ButtonUp on text...</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>