| Summary: | Adjust size of standard filter dialog within a reasonable range | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Heiko Tietze <heiko.tietze> |
| Component: | Calc | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | fitojb, h3734236, philipz85 |
| Priority: | medium | Keywords: | regression |
| Version: | 4.2.8.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:5.3.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 98207 | ||
|
Description
Heiko Tietze
2016-02-27 19:17:14 UTC
Issue #2: When the current filter contains of many lengthy items, which can easily happen for text, the value input grows to a length above real screen estate. I suggest to cut the text with ellipsis. raal: "3 - Confirm. bug." This is a regression introduce in 4.2, likely when the dialog was converted over to glade. The glade UI file is here is at core/sc/uiconfig/scalc/ui/standardfilterdialog.ui As stretching the dialog downloads doesnt expose more entries, maybe its best to go with a fix width like the pre-4.2 version had. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=595c049afe0aff08ec350100bda5a2528f660a8e Resolves: tdf#98240 limit width of widgets of standard filter It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. I think I've addressed the problems listed here. Feel free to open a new bug if I missed something. |