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

--- Comment #12 from Armin Le Grand <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to