| Summary: | Autofilter popup should be resizeable | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | NISZ LibreOffice Team <libreoffice> |
| Component: | Calc | Assignee: | Attila Szűcs <attila.szucs> |
| Status: | VERIFIED FIXED | ||
| Severity: | enhancement | CC: | aron.budea, caolan.mcnamara, cno, ibaldo, nemeth, raal |
| Priority: | medium | ||
| Version: | 6.4.0.3 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: |
https://bugs.documentfoundation.org/show_bug.cgi?id=49813 https://bugs.documentfoundation.org/show_bug.cgi?id=137628 https://bugs.documentfoundation.org/show_bug.cgi?id=143048 |
||
| Whiteboard: | target:7.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 103512 | ||
| Attachments: |
Example file from Calc
How the example file looks in Calc |
||
|
Description
NISZ LibreOffice Team
2020-05-19 08:55:54 UTC
Attila Szűcs committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2d43c425a0de003a37bc278c3786d89165ecaf76 tdf#133160 sc: fix width of Autofilter popup window It will be available in 7.1.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. I was not able to make the popup window resizeable manually, instead i made it automatically sized, and added horizontal scrollbar in case of really long texts. My estimate for the width of the longest text in the list, is not perfect, but i think it will be good enoght now. (Maybe i should use other OutputDevice for the calculation?) In some cases, the window will be like 10% bigger as the text. If anyone still want the popup window be resizeable manually, then make a new bug ticket about it, as this ticket was created from an older one. Created attachment 164907 [details] How the example file looks in Calc Version: 7.1.0.0.alpha0+ (x64) Build ID: 1e0cfd5662d95cea84e80e4fe10d52c3b1101ae6 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL In todays nightly: - The dropdown still lacks the manual resize widget in the bottom right corner. But since there is now a scrollbar for long text, this is no longer a big problem. - The text is visible, but the dropdown is way wider than the text. - There is an empty column looking empty space under the "Hide only the current item" button which is not highlighted when an item is highlighted. Verified in: Version: 7.1.0.0.alpha0+ (x64) Build ID: 34a09c9c61bff30e8c4d16132bb47b2b1b16e422 CPU threads: 4; OS: Windows 10.0 Build 17134; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: threaded Thanks for your work here! I've filed bug 148596 since there are situations where it looks too odd, and maybe the width of the Selection List needs a limit :) Cheers - Cor |