https://bugs.documentfoundation.org/show_bug.cgi?id=162614
Bug ID: 162614
Summary: A table is incorrectly shown collapsed (zero-height)
after another table with specific geometry spanning
across pages
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 196000
--> https://bugs.documentfoundation.org/attachment.cgi?id=196000&action=edit
A minimal reproducer of incorrectly collapsed table
Opening the attachment, Table3 there is shown as a single horizontal line.
Adding a new line above it would expand it into its proper size, revealing the
text inside; undoing added line above would keep the table expanded.
The problem is a layout loop happening in the table above, namely Table2, which
is itself inside Table1; Table2 has two rows and two columns, with B1 and B2
merged; B1 has a text (with a spacing below paragraph), that needs to wrap to a
second line inside the cell. Row 1 is set to use minimal height, while row 2
uses a fixed height. And finally, the table is positioned so that the first
line of B1 is on the first page, while the second line should go to the next
page, so the cell is split across pages.
--
You are receiving this mail because:
You are the assignee for the bug.