Bug 164272 - first row of table sometimes doesn't have contents painted (until edited)
Summary: first row of table sometimes doesn't have contents painted (until edited)
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.6.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Writer-Tables
  Show dependency treegraph
 
Reported: 2024-12-10 21:20 UTC by Justin L
Modified: 2024-12-18 12:06 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
164188_minimal2.docx: table pushed to next page by image wrap (61.84 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2024-12-10 21:20 UTC, Justin L
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Justin L 2024-12-10 21:20:55 UTC
Created attachment 198048 [details]
164188_minimal2.docx: table pushed to next page by image wrap

The problem is that the first row on the second page should not appear to be empty, but should be displaying "3". (As soon as you try to modify the cell, the 3 appears...)

This started in LO 7.6 with commit 5b3fcbf23773ea8d039185dec2b9704981833473
Author: Michael Stahl on Wed Aug 23 15:50:59 2023 +0200
    tdf#156724 sw: layout: fix tables not splitting due to footnotes differently

Steps to reproduce:
1.) open the document.

Notice that on page two, the first row appears to be empty.
Comment 1 Justin L 2024-12-10 21:31:23 UTC
Almost certainly due to
    // else: don't calc content frames any more
Comment 2 BogdanB 2024-12-11 05:29:47 UTC
I have a lot of problems at work because of this, my content is not visibile in any table if on the page bottom. My workaround was to press enter before cell with 4 in irder for row with 3 to became visibile on the next page.
Comment 3 Justin L 2024-12-11 13:46:50 UTC
It is not necessarily a split table, but it does seem to be limited to the first row on a page. (IIRC, I first saw it on a table that wrapped entirely to the next page, but I failed to reproduce that specific situation.)
Comment 4 BogdanB 2024-12-18 12:06:08 UTC
It's a very annoying bug, my colegue now is editing a document, and the text there is not visible on the first row on the second page. You press enter in the first page, to move on the next page, but on the next page the text is gone.

Also pressing a TAB in a cell from the first page is not going to the next page.