[Libreoffice-bugs] [Bug 143114] Libclplug: kf5 support errors

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Jul 29 15:18:14 UTC 2021


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

--- Comment #12 from Armin Le Grand <Armin.Le.Grand at me.com> ---
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...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210729/76258d8b/attachment.htm>


More information about the Libreoffice-bugs mailing list