[Libreoffice-bugs] [Bug 116675] Autofilter: Clicking on item name does not select the item like in Excel

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 16 09:05:02 UTC 2019


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

Gabor Kelemen <kelemeng at ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caolanm at redhat.com

--- Comment #3 from Gabor Kelemen <kelemeng at ubuntu.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20190716/683cbcc4/attachment.html>


More information about the Libreoffice-bugs mailing list