| Summary: | Move above checkboxes in Autofilter window | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Roman Kuznetsov <79045_79045> |
| Component: | UI | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | heiko.tietze, mentoring |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp |
| Version: | 6.3.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=118574 | ||
| Whiteboard: | target:6.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103512 | ||
| Attachments: | MockUP | ||
|
Description
Roman Kuznetsov
2019-01-27 16:37:37 UTC
Created attachment 148688 [details]
MockUP
The typical place for parent checkboxes is above the children; this pattern is known from trees (ie. file manager). Somehow related is bug 118574 where I added a mockup with the checkboxes below to keep the search bar close to the list that is affected by the search. But the idea here is good anyway. So yes, please do it. A code pointer: see ScCheckListMenuWindow::packWindow and ScCheckListMenuWindow::getSectionPosSize in sc/source/ui/cctrl/checklistmenu.cxx Thanks for the code pointers. Patch is here https://gerrit.libreoffice.org/#/c/67712/ heiko tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/16780939141031632d04603a148859dc8a1ef3e1%5E%21 Resolves tdf#122998 - Position of all/none checkboxes in Autofilter It will be available in 6.3.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |