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

--- Comment #8 from Armin Le Grand <armin.le.gr...@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.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to