Bug 129834 - Fileopen: image does not appear in section 2 of header of specific docx from LO 6.3
Summary: Fileopen: image does not appear in section 2 of header of specific docx from ...
Status: RESOLVED DUPLICATE of bug 129582
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
6.3.4.2 release
Hardware: All All
: low normal
Assignee: Michael Stahl (allotropia)
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2020-01-06 13:49 UTC by Benoît Fontaine
Modified: 2020-02-19 14:45 UTC (History)
3 users (show)

See Also:
Crash report or crash signature:


Attachments
Test.docx (82.83 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2020-01-06 19:11 UTC, Timur
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benoît Fontaine 2020-01-06 13:49:10 UTC
Description:
I created a docx file with microsoft word with a logo in the header but this logo isn't render with libreoffice writer.
It worked with olders versions (6.0.x.x)


Steps to Reproduce:
Happens every times with a specific file, but it's hard to reproduce a docx file with this issue, so plz test with mine : https://drive.google.com/file/d/1XSqSvHoNfvFpVTu0DIb6IoPHQ2G4f-Mh/view?usp=sharing
Juste open this file

Actual Results:
The python logo do not appear

Expected Results:
It should appear


Reproducible: Always


User Profile Reset: Yes



Additional Info:
Seems this file works fine with somes olders versions of libreoffice (e.g. 6.0.x.x)
Comment 1 Julien Nabet 2020-01-06 14:02:42 UTC
On Win10 with master sources updated today, I could reproduce this.

With MSOffice 365, I can see Python logo (a png file).
Comment 2 Timur 2020-01-06 19:11:14 UTC
Created attachment 156971 [details]
Test.docx

Image is in "Fist page header - section 2" on 2nd page of DOCX.
Comment 3 Julien Nabet 2020-01-06 20:03:36 UTC
On pc Debian x86-64 with master sources updated today, I could reproduce this too.
Here are console logs:
warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 5620
warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 3197
warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 5620
warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 2748
warn:oox:625150:625150:oox/source/docprop/docprophandler.cxx:322: OOXMLDocPropHandler::startFastElement: unknown element 3197
0x561cc88b9c00:createUnknownChildContext:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources
0x561cc88bee40:start unknown element:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources
0x561cc88bee40:end unknown element:http://schemas.openxmlformats.org/officeDocument/2006/bibliography:b:Sources
warn:oox:625150:625150:oox/source/drawingml/shapecontext.cxx:130: ShapeContext::onCreateContext: unhandled element: 3972
warn:legacy.osl:625150:625150:oox/source/helper/storagebase.cxx:67: StorageBase::StorageBase - missing base input stream
warn:sal.osl:625150:625150:sal/osl/unx/module.cxx:159: dlopen(/home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so, 257): /home/julien/lo/libreoffice/instdir/program/libjava_gcc3.so: cannot open shared object file: No such file or directory
warn:sal.osl:625150:625150:sal/osl/unx/module.cxx:159: dlopen(/home/julien/lo/libreoffice/instdir/program/libgcc3_java.so, 257): /home/julien/lo/libreoffice/instdir/program/libgcc3_java.so: cannot open shared object file: No such file or directory
warn:sfx.view:625150:625150:sfx2/source/view/viewfrm.cxx:3228: SID_SIDEBAR state requested, but no task pane child window exists for this ID!
warn:sfx.view:625150:625150:sfx2/source/view/viewfrm.cxx:3228: SID_SIDEBAR state requested, but no task pane child window exists for this ID!
Comment 4 raal 2020-01-07 15:08:42 UTC
This seems to have begun at the below commit.
Adding Cc: to Michael Stahl ; Could you possibly take a look at this one? Thanks

author	Michael Stahl <Michael.Stahl@cib.de>	2019-07-11 18:37:28 +0200
committer	Michael Stahl <Michael.Stahl@cib.de>	2019-07-22 08:32:07 +0200
commit 28b77c89dfcafae82cf2a6d85731b643ff9290e5 (patch)
tree 4d26e493cebd1d83025094a3a97b9e878bc2b930
parent 22f2ecbcabf3928d5486690ca6465b7b37bc8a10 (diff)
tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selection
 33a49581280e6122a948b46cbe12e268cfd522ae is the first bad commit
commit 33a49581280e6122a948b46cbe12e268cfd522ae
Author: Norbert Thiebaud <nthiebaud@gmail.com>
Date:   Sun Jul 21 23:50:29 2019 -0700

    source 28b77c89dfcafae82cf2a6d85731b643ff9290e5
Comment 5 Michael Stahl (allotropia) 2020-02-19 14:45:22 UTC
this was fixed by commit 81ec0039b2085faab49380c7a56af0c562d4c9e4.

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