| Summary: | Writer change not selected columns width | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Angel <angelb> |
| Component: | Writer | Assignee: | Justin L <jluth> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | angelb, dgp-mail, jluth, xiscofauli |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 6.2.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=64242 | ||
| Whiteboard: | target:6.4.0 target:6.3.2 target:6.2.7 | ||
| Crash report or crash signature: | Regression By: | ||
| Attachments: |
Example file
tdf102290_scenarios2.odt: testing document |
||
|
Description
Angel
2019-08-08 23:07:19 UTC
Created attachment 153248 [details]
Example file
Thank you for reporting the bug. I can reproduce the bug in Version: 6.3.0.0.alpha0+ Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04 Locale: en-US (en_US); UI-Language: en-US Calc: threaded But, not in LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4 (In reply to Durgapriyanka from comment #2) > Thank you for reporting the bug. I can reproduce the bug in > > Version: 6.3.0.0.alpha0+ > Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87 > CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; > TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04 > Locale: en-US (en_US); UI-Language: en-US > Calc: threaded => NEW Regression introduced by: https://cgit.freedesktop.org/libreoffice/core/commit/?id=ab18c17d70e1dcf5cf9db38256d35e6af479373e author Justin Luth <justin_luth@sil.org> 2018-09-22 10:15:32 +0300 committer Justin Luth <justin_luth@sil.org> 2018-10-12 05:52:21 +0200 commit ab18c17d70e1dcf5cf9db38256d35e6af479373e (patch) tree 9019211501ca5788dfbd008ba8840bc350b440d4 parent 144da6d5079bcd435e6637cb5cf95305f3ec1306 (diff) tdf#64242 sw optimal column width, not minimize Bisected with: bibisect-linux64-6.2 Adding Cc: to Justin Luth Created attachment 153558 [details] tdf102290_scenarios2.odt: testing document Thanks for finding/reporting this bug. Sorry to have caused the trouble. The last table in this testing example shows why I made the problematic change. If you just select the top row, and optimize, then it makes a really messy layout for the picture and the sub-table. However, trying to prevent the user from making a mess is not worth it if merged cells can mess up optimizing/distributing in other situations. So I'll revert the part that checks the whole column. proposed fix at https://gerrit.libreoffice.org/77976 Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/+/d0e268ca18ec0d907980ca608c97fe8f727d20df%5E%21 tdf#126784 sw: only distribute across selected columns 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. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-6-3": https://git.libreoffice.org/core/+/70916f3a0a99be0d79f3a20aade05ccd7ead35ac%5E%21 tdf#126784 sw: only distribute across selected columns It will be available in 6.3.2. 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. Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-6-2": https://git.libreoffice.org/core/+/4a4e0cb67eab422dffda6f3339031db5b62be77a%5E%21 tdf#126784 sw: only distribute across selected columns It will be available in 6.2.7. 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. Verified in Version: 6.4.0.0.alpha0+ Build ID: 41cd3e8e817c8c33a13608e62eeb06ce2c6977e4 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 @Justin Luth, thanks for fixing this issue! |