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

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jul 26 15:51:19 UTC 2021


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

--- Comment #8 from Armin Le Grand <Armin.Le.Grand at me.com> ---
SvTreeListBox just has a list of ListBoxEntry(s) and these have SvLBoxButton(s)
describing CheckBoxes/Buttons.
I would say that MouseActions may/should/haveTo handle these if e.g. the
CheckBox needs to be switched (it may work now due to 'something' doing this or
being a real 'Window' in the resp. UI?).
In consequence these would have to
- check if SvLBoxButton is hit
- start mouseLock, switch
- during MouseMoves, may change state (pressed or not when outside)
- at MouseButtonUp is the point to end mouseLock && execute action, NOT before
Not sure how far that stuff interferes with the UI integrations of Qt and
ssimilar stuff, but that's what *should* happen. I see that it's more easy to
just execute (and then try to drag the ListEntry, BTW not needed when Button is
hit)..?

-- 
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/20210726/9a0570a1/attachment-0001.htm>


More information about the Libreoffice-bugs mailing list