Bug 156966 - A strange vertical whitespace gap in a table on page break
Summary: A strange vertical whitespace gap in a table on page break
Status: RESOLVED DUPLICATE of bug 70745
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-28 12:41 UTC by Alexander Kurakin
Modified: 2023-09-12 16:13 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Test case file (9.50 KB, application/vnd.oasis.opendocument.text)
2023-08-28 12:41 UTC, Alexander Kurakin
Details
Screenshot (2.49 KB, image/png)
2023-08-28 12:43 UTC, Alexander Kurakin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kurakin 2023-08-28 12:41:18 UTC
(derived from bug #155510, see comment 13.)

1. Open the Writer.
2. Press <Ennter>.
3. Open "Table" -> "Insert Table".
4. Set "Columns" to "2".
5. Set "Rows" to "4".
5. Click "OK".
6. Select 2nd, 3rd, 4th rows of the 1st column.
7. Click "Table" -> "Merge cells".
8. Move at the merged cell.
9. Type "1
2
3
4".
10. Move the table by adding new lines before it:
    "1\n2" text is at the 1st page,
    "3\n4" text is at the 2nd page.
11. Everything is as expected now:
|-----|-----|
| 1   |     |
|     |-----|
| 2   |     |
|     |-----|
<-- PAGE BREAK -->
| 3   |     |
|     |-----|
| 4   |     |
|-----|-----|
(There are *no* gaps at the 1st column.)
12. Select the table.
13. Set "Center Vertically" option.
14-a. Result: the Test Case Document.
14-b. Expected: (almost) nothing changed visually.
14-c. Actual: see the Screenshot.
Comment 1 Alexander Kurakin 2023-08-28 12:41:59 UTC
Created attachment 189197 [details]
Test case file
Comment 2 Alexander Kurakin 2023-08-28 12:43:59 UTC
Created attachment 189198 [details]
Screenshot
Comment 3 Alexander Kurakin 2023-08-28 12:45:31 UTC
Reproduced in:

Version: 7.5.5.2 (X86_64) / LibreOffice Community
Build ID: 50(Build:2)
CPU threads: 4; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: ru-RU (ru_RU.UTF-8); UI: ru-RU
Gentoo official package
Calc: threaded
Comment 4 Stéphane Guillou (stragu) 2023-09-11 13:01:14 UTC
Reproduced as described in:

Version: 7.5.6.2 (X86_64) / LibreOffice Community
Build ID: f654817fb68d6d4600d7d2f6b647e47729f55f15
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

Same in:

Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: beaea2e992912b4747d790070b26371f557b1f57
CPU threads: 8; OS: Linux 5.15; UI render: default; VCL: gtk3
Locale: en-AU (en_AU.UTF-8); UI: en-US
Calc: threaded

And same in OOo 3.3, so inherited.

I understand it as the same issue as bug 70745, so marking as duplicate.
Thank you!

*** This bug has been marked as a duplicate of bug 70745 ***