Created attachment 164150 [details] Screenshot of the original document side by side in Word and Writer When opening attachment #154864 [details] (from bug #127118) the table numbering slips on the second page: topmost cell is empty, and the bottom most contains numbering only up to 30 instead of 31. Steps to reproduce: 1. Open attachment #154864 [details] Actual results: Second page starts with an empty table cell in the second column, numbering goes only until 30. Expected results: No empty cell and numbering goes to 31. LibreOffice details: Version: 7.1.0.0.alpha0+ (x64) Build ID: <buildversion> CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: default; VCL: win Locale: hu-HU (hu_HU); UI: hu-HU Calc: CL (yesterdays nightly) But not yet in 6.3. Additional Information: Bibisected using bibisect-win64-6.4 to: URL: https://cgit.freedesktop.org/libreoffice/core/commit/?id=3cccdabf19a99fd3f657985c1822436d7679df2b author László Németh <nemeth@numbertext.org> 2019-11-19 21:12:28 +0100 committer László Németh <nemeth@numbertext.org> 2019-11-22 08:00:45 +0100 tdf#125300 extend AddParaSpacingToTableCells with line spacing Adding CC to: László Németh
Also: copying a word from the vertical cell and pasting it before the table corrects the layout.
Reproduced in Version: 7.1.0.0.alpha0+ Build ID: 0de191e1d201d691c2196cf1aef412a98affb66f CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded
repro 7.2+
Notes on reproduction: - The error only appears for the min-row-height parameter in the row style - Applying a minimal or optimal row height removes the layout error (the min-row-height parameter is deleted) - If there is no merged cell at the beginning or the table is not two columns, it cannot be reproduced - If there is more than one row of text in the cells, the error is also not reproduced It is likely that the layout error bounces between two states until it the loop detection stopped it, but this causes the table elements to be drawn in two different states.