| Summary: | UI: Dialog Options > Writer > Compatibility too low to show option checkbox under Global compatibility options (gtk, gtk3, kde5) | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Cor Nouws <cno> |
| Component: | LibreOffice | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, serval2412, vsfoote, xiscofauli, zolnaitamas2000 |
| Priority: | medium | Keywords: | bibisected, bisected |
| Version: | 6.4.0.0.alpha1+ | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:6.3.0.1 target:6.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 113944 | ||
| Attachments: |
screenprint of dlg
no issue on Windows builds of master |
||
|
Description
Cor Nouws
2019-06-08 13:07:27 UTC
Created attachment 152049 [details] no issue on Windows builds of master Can not confirm on Windows builds Version: 6.4.0.0.alpha0+ (x86) Build ID: 9870ff897f088563426bee9567dd9cb722c2b929 CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; Locale: en-US (en_US); UI-Language: en-US Calc: threaded On pc Debian x86-64 with master sources updated today + gtk3, I could reproduce this. I could reproduce this with gtk and kde5 renderings too but not with gen rendering. => Updating title I can't reproduce it in Version: 6.4.0.0.alpha0+ Build ID: ec905d131374f0860bac77c52873eed984b1966f CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded but I do in Version: 6.4.0.0.alpha0+ Build ID: ec905d131374f0860bac77c52873eed984b1966f CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk2; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded The entry was added in https://cgit.freedesktop.org/libreoffice/core/commit/?id=11669b9cf970d953d41b8dd2c5ce85d6fa7e31ef @Caolán, I thought you might be interested in this issue... both options area are "grow", which means that are both "shrink" when they don't fit in the available space. They both shrink by the same amount divided between the two, shrinking the little one out of existence. Making the "big" one grow and the "little" one not will make them both visible. Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/07a95dbe5843a2dc3c02daad904d00baa71fa99c%5E%21 Resolves: tdf#125799 only let doc options grow/shrink It will be available in 6.3.0.1. 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. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/5580974cea55fc4aceb139cc128d4e9a030fed5b%5E%21 Resolves: tdf#125799 only let doc options grow/shrink It will be available in 6.4.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. |