https://bugs.documentfoundation.org/show_bug.cgi?id=172787
BogdanB <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|bibisectRequest |bibisected, bisected Regression By| |Attila Szűcs Version|7.3.7.2 release |7.3.0.3 release --- Comment #8 from BogdanB <[email protected]> --- author Attila Szűcs <[email protected]> 2021-09-08 15:51:16 +0200 committer László Németh <[email protected]> 2021-11-02 16:31:24 +0100 commit 4c31b4ef2083087a822c3ae648fd09acc67d2f88 (patch) tree 9dd046549b87431e4cab702cb183b54390908898 parent 83298077a4cd577860e2114b429a2d413c3ea10c (diff) tdf#139336 sw: fix extra pages of multicolumn sections with footnotes Adding footnotes to multicolumn sections resulted page-long section layout, not regarding to the amount of its text content. E.g. a page with n multicolumn sections and footnotes could load as n (mostly empty) pages. The problem is related to the footnotes showed under columns of sections, which can be ambiguous at different column number of the different sections on the same page. As a workaround for interoperability, show footnotes per pages to remove the extra pages, e.g. allowing to show the separated sections on a single page, like MSO does. Note: a compatibility option will be added to avoid regressions. Note: This fix doesn't change multicolumn page styles or not evenly distributed multicolumn sections or footnotes not collected at the end of the sections. Test: choose Edit Section... in local menu of the sections of the unit test document. In Options..., see checkbox "Evenly distribute contents to all columns" on page Columns, and Footnotes/"Collect at end of text" on page Footnotes/Endnotes. To see the result of the new settings, save and reload the document. Note: DOCX format doesn't support "Collect at end of text", only OpenDocument. Note: In MSO, it's possible to set multimulticolumn footnotes separately from section column number. It's column number can be 1–4, or "auto", which uses the column number of the first section of the page. See also tdf#138508 (Single column footnotes on multi-column pages). Change-Id: I6a3534ac043971479275a3e8bb0713bd3d8ceaa4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121822 Tested-by: László Németh <[email protected]> Reviewed-by: László Németh <[email protected]> Attila, please, can you take a look? -- You are receiving this mail because: You are the assignee for the bug.
