| Summary: | Calc Sort dialog too small, UI not resizable | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Loren Amelang <loren> |
| Component: | Calc | Assignee: | Heiko Tietze <heiko.tietze> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | buzea.bogdan, loren |
| Priority: | medium | ||
| Version: | 7.5.0.3 release | ||
| Hardware: | x86-64 (AMD64) | ||
| OS: | Windows (All) | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=153852 | ||
| Whiteboard: | target:7.6.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 108386 | ||
| Attachments: | Calc Sort dialog too short, scrolls to bottom on every open | ||
|
Description
Loren Amelang
2023-02-13 06:21:15 UTC
Created attachment 185341 [details]
Calc Sort dialog too short, scrolls to bottom on every open
We do not allow resizing by design unless the dialog contains free text fields. The sort dialog is indeed a bit too large. I rearranged the controls so the size is now determined by the longest string. (In reply to Heiko Tietze from comment #2) > The sort dialog is indeed a bit too large. I rearranged the controls so the > size is now determined by the longest string. Maybe I am misunderstanding, but... I think that the request is to allow the PgUp/Dn keys and/or the mouse's wheel to interact with the dialog, in order to scroll through the sorting keys, since it always opens at the last one. I might add that, in addition to allow PgUp/Dn, other keys might be helpful too, such as Home/End perhaps? Of course, someone else might request that the keyboard should have a different interaction. I am only mentioning this because of OP's request. @ady - Yes! I agree with Heiko there is excess width in my screenshot, but that just requires moving my eyes a bit. The real issue is the the height of the dialog! What determines that? Could the scrolling section be tall enough to show four or five keys? And in any case, somebody will need to see more... Being able to use all the keyboard movement keys and mouse scroll to move up and down the list would be so much easier! Maybe that works on other platforms? I only do this kind of detail work on Windows. (In reply to Loren Amelang from comment #4) > The real issue is the the height of the dialog! What determines that? The controls on this tab require this height; if the options tab would have more content resp. be taller, it adds to the total size of the dialog. > Could the scrolling section be tall enough to show four or five keys? Meaning to make the dialog even larger? Maybe we should allow resizing on this dialog. (In reply to Heiko Tietze from comment #5) > > Could the scrolling section be tall enough to show four or five keys? > Meaning to make the dialog even larger? Maybe we should allow resizing on > this dialog. Please forgive my ignorance. One thing is to be able to "navigate" with ease (mouse scrolling available, PgDn/PgUp and/or other keys available) within the dialog and between the sorting levels / conditions, and the other is the size of the dialog window. Perhaps these two items are somehow related, but from the POV of the common user, I would think they are not the same. (In reply to Heiko Tietze from comment #5) > (In reply to Loren Amelang from comment #4) > > The real issue is the the height of the dialog! What determines that? > The controls on this tab require this height; if the options tab would have > more content resp. be taller, it adds to the total size of the dialog. So you are saying that in order to make more space in the Criteria tab, the Options tab would have to have unnecessary empty space? I'd be happy with that, but I suppose people who only do single criteria sorts might not be. > > Could the scrolling section be tall enough to show four or five keys? > Meaning to make the dialog even larger? Maybe we should allow resizing on > this dialog. I'd love that - if it was remembered between sorts, even just during multiple edits on a single file, but hopefully across app restarts. If I have to mouse drag the dialog bigger every time I want to change my sort criteria, that's definitely not worth doing. In that case please focus on being able to scroll the current criteria list via keyboard and mouse! Heiko Tietze committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/084fae866b108938e58e1d2d279ac17263c8794b Resolves tdf#153580 - Calc's sort dialog too large It will be available in 7.6.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. (In reply to Loren Amelang from comment #7) > > Maybe we should allow resizing on this dialog. > > I'd love that - if it was remembered between sorts, even just during > multiple edits on a single file, but hopefully across app restarts. Let's continue with this on bug 153852. |