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

Gabor Kelemen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Gabor Kelemen <[email protected]> ---
I did a little more investigation into this.

In the autofilter widgets code this is handled by the ScCheckListBox (in
sc/source/ui/cctrl/checklistmenu.cxx which is derived from SvTreeListBox

Now we also have a similar derived class that can do the trick requested here:
SvxCheckListBox in svx/source/dialog/checklbx.cxx that is also derived from
SvTreeListBox
This can be still seen in Options - Writer - Compatibility - click on the name
of the compatibility option and the corresponding checkbox will be checked.

SvxCheckListBox was also used on the Options - Language Settings - Writing Aids
page until it was recently welded to use weld::TreeView instead. 
As a consequence now the "click on the items name to select it" no longer
happens there, unlike in 6.2.
Similar consequence that it is no longer possible on the Writing Aids page to
use the Space or Enter keys to select/unselect a highlighted item in the lists.

This is how far I got: it looks like SvxCheckListBox can do some tricks that
would be nice to have on the VCL level too.

@Caolán, this might interest you...

-- 
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