Bug 158690 - FILEOPEN RTF Frame lost from header
Summary: FILEOPEN RTF Frame lost from header
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
24.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: RTF
  Show dependency treegraph
 
Reported: 2023-12-13 19:06 UTC by Gabor Kelemen (allotropia)
Modified: 2024-01-02 12:21 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
The example file in Word 2016 and Writer master (72.05 KB, image/png)
2023-12-13 19:06 UTC, Gabor Kelemen (allotropia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kelemen (allotropia) 2023-12-13 19:06:56 UTC
Created attachment 191414 [details]
The example file in Word 2016 and Writer master

If the RTF example attachment 191086 [details] from bug 152865 the frame in the second pages header is entirely missing.

1. Open attachment 191086 [details] in Writer
-> in the second pages header the page number is not horizontally in the center, inside the frame, but on the left.

Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0ddd9f7e055a0c1ecb120de3e40c3fdb8373e9dc
CPU threads: 15; OS: Windows 10.0 Build 19045; UI render: default; VCL: win
Locale: hu-HU (hu_HU); UI: en-US
Calc: threaded

Seems to have started with:

https://git.libreoffice.org/core/+log/4e2f2489c4c7436f8b3a21a530bc625cbef4e365

author	Michael Stahl <michael.stahl@allotropia.de>	Thu Nov 09 19:54:19 2023 +0100
committer	Michael Stahl <michael.stahl@allotropia.de>	Fri Nov 10 10:33:54 2023 +0100
tree bca2c9e1138b55c4869bbaac6bb52f85e4a0ea7c
parent d45bd161a4750ca30639ce1c6ca6d6d070e6d2cb [diff]

tdf#153178 writerfilter: do not create text frame spuriously
Comment 1 raal 2023-12-16 12:35:23 UTC
Confirm with Version: 24.2.0.0.alpha1+ (X86_64) / LibreOffice Community
Build ID: 0f82e9d42822e627edd1fb3b3c87e1f8a22136a4
CPU threads: 4; OS: Linux 6.2; UI render: default; VCL: x11
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded
Comment 2 Gabor Kelemen (allotropia) 2024-01-02 12:21:25 UTC
This seems to have been solved in 24.2 by

https://git.libreoffice.org/core/+/7bcc477bc98bbcc4ee0e12e812e17aaa9cfd8803

author	Justin Luth <justin.luth@collabora.com>	Wed Dec 13 20:07:20 2023 -0500
committer	Miklos Vajna <vmiklos@collabora.com>	Tue Dec 19 16:09:44 2023 +0100
tree 98e4120ab53b0eacf1247c211cfba0ae1fa6be32
parent 3d6ddd2b3cb64c36c8eba2cfe1856342a0241e14 [diff]

partial revert tdf#153178 writerfilter: do not create text frame spuriously

Thanks Justin!