Bug 169247 - LO Writer put gaps between some rows of table if 1st column contains header.
Summary: LO Writer put gaps between some rows of table if 1st column contains header.
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
25.8.2.2 release
Hardware: x86-64 (AMD64) Windows (All)
: medium normal
Assignee: Not Assigned
URL: https://ask.libreoffice.org/t/why-doe...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-04 06:26 UTC by Will G
Modified: 2025-11-04 09:47 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
screen shot of strange space between rows of this table (88.97 KB, image/png)
2025-11-04 06:31 UTC, Will G
Details
example writer file with bugged table (30.79 KB, application/vnd.oasis.opendocument.text)
2025-11-04 06:32 UTC, Will G
Details
Minimal reproducer (25.88 KB, application/vnd.oasis.opendocument.text)
2025-11-04 08:11 UTC, Mike Kaganski
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Will G 2025-11-04 06:26:48 UTC
Description:
I have a table that spans several pages. It should look like one table continuous table, it doesn’t. It displays as if it was several tables because some rows have large gaps artificially placed between them. This gives the appearance of multiple tables with long blank spaces between them.


Steps to Reproduce:
1.Have not been able to reproduce.
2.
3.

Actual Results:
Have not been able to reproduce this outside of my example file.

Expected Results:
The table should render over the needed number of pages without the extra space.


Reproducible: Couldn't Reproduce


User Profile Reset: No

Additional Info:
Opened an Ask LibreOffice question. 
https://ask.libreoffice.org/t/why-does-lo-writer-put-gaps-between-some-rows-of-this-table/128491

Version: 25.8.2.2 (X86_64)
Build ID: d401f2107ccab8f924a8e2df40f573aab7605b6f
CPU threads: 16; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: CL threaded
Comment 1 Will G 2025-11-04 06:31:01 UTC
Created attachment 203720 [details]
screen shot of strange space between rows of this table
Comment 2 Will G 2025-11-04 06:32:22 UTC
Created attachment 203721 [details]
example writer file with bugged table
Comment 3 Mike Kaganski 2025-11-04 07:07:38 UTC
Repro.
Related to TableRowKeep compat settings (not exposed in UI, only available as XML markup).
The behavior is erratic anyway, and differs across versions (e.g., 3.3, 5.0, 25.8), so definitely a bug.
Comment 4 Mike Kaganski 2025-11-04 08:11:27 UTC
Created attachment 203722 [details]
Minimal reproducer
Comment 5 Mike Kaganski 2025-11-04 08:14:40 UTC
Hmm, it turns out that this is not a bug.

Saving the file to DOCX, and opening in Word, shows exactly the same symptoms there. Since TableRowKeep is Word-compatibility setting, it is normal that Writer works the same way as Word with it set. The differences with older Writer versions show the *improvement*, where we work much closer to Word (with that flag set) now.

The issue is that this flag is not exposed to the UI; this is similar to bug 76005.