Bug 158977 - FILEOPEN: DOCX: footer has text when it shouldn't
Summary: FILEOPEN: DOCX: footer has text when it shouldn't
Status: NEW
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: DOCX-Header-Footer
  Show dependency treegraph
 
Reported: 2024-01-02 15:59 UTC by Xisco Faulí
Modified: 2024-03-23 19:02 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
Comparsion MSO vs LibreOffice 24.8 master (124.86 KB, image/png)
2024-01-02 15:59 UTC, Xisco Faulí
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Xisco Faulí 2024-01-02 15:59:58 UTC
Created attachment 191701 [details]
Comparsion MSO vs LibreOffice 24.8 master

Steps to reproduce:
1. Open attachment 41983 [details] from bug 33072
2. Go to page 2

-> Footer has text

Reproduced in

Version: 24.2.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: 0034d2ab9382da86340738137218791a4ccc9c90
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: fr-FR (es_ES.UTF-8); UI: en-US
Calc: threaded

[Bug found by office-interoperability-tools]
Comment 1 Xisco Faulí 2024-01-02 16:01:39 UTC
Regression introduced by:

author	Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>	2023-11-28 13:46:21 +0900
committer	Tomaž Vajngerl <quikee@gmail.com>	2023-12-01 08:26:38 +0100
commit 4b0fa253a4540f5461397815d290586f9ddabe61 (patch)
tree c58c59871244dc75e538caeea40658303da00b8b
parent 93357349ff1998b41ea1ebedf09dc1cc5da316f7 (diff)
tdf#136472 adjust ooxml import to handle first header/footer

Bisected with: bibisect-linux64-24.2
Comment 2 Xisco Faulí 2024-01-02 17:30:07 UTC
attachment 92600 [details] from bug 59884 is also affected by this issue
Comment 3 Xisco Faulí 2024-02-02 17:16:45 UTC
(In reply to Xisco Faulí from comment #1)
> Regression introduced by:
> 
> author	Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>	2023-11-28 13:46:21
> +0900
> committer	Tomaž Vajngerl <quikee@gmail.com>	2023-12-01 08:26:38 +0100
> commit 4b0fa253a4540f5461397815d290586f9ddabe61 (patch)
> tree c58c59871244dc75e538caeea40658303da00b8b
> parent 93357349ff1998b41ea1ebedf09dc1cc5da316f7 (diff)
> tdf#136472 adjust ooxml import to handle first header/footer
> 
> Bisected with: bibisect-linux64-24.2

Hi Tomaz, Miklos,
Looking at the above commit, I see at least 10 tests that were commented out with the comment TODO to make Jenkins happy and be able to submit the patch, which looks like a quite bad practice to me.
Is there any plan from your side to fix those existing tests that were commented out ?
Comment 4 Miklos Vajna 2024-02-05 09:39:57 UTC
https://gerrit.libreoffice.org/c/core/+/162992 restores one of those disabled tests. Once that's in, let's see if the others can be restored in similar ways.
Comment 5 Xisco Faulí 2024-02-05 11:01:03 UTC
(In reply to Miklos Vajna from comment #4)
> https://gerrit.libreoffice.org/c/core/+/162992 restores one of those
> disabled tests. Once that's in, let's see if the others can be restored in
> similar ways.

Thanks a lot for looking into it