Description: DOCX: OPEN: Writer doesn't show the special image in the DOCX document Steps to Reproduce: 1. Open the example from attach in MS Word and in LO Writer and compare it side-by-side Actual Results: There is no an important image in the document Expected Results: There is an important image in the document Reproducible: Always User Profile Reset: No Additional Info: Version: 6.2.4.2 Build ID: 2412653d852ce75f65fbfa83fb7e7b669a126d64 CPU threads: 8; OS: Windows 10.0; UI render: GL; VCL: win; Locale: ru-RU (ru_RU); UI-Language: ru-RU Calc: threaded and in Version: 7.4.0.0.alpha0+ (x64) / LibreOffice Community Build ID: efe854bf9b6daff3d0ecf6e3d04bd9a50bfaa3f3 CPU threads: 8; OS: Windows 10.0 Build 19043; UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: en-US Calc: threaded
Created attachment 179410 [details] DOCX Example
Created attachment 179411 [details] Screenshot Word vs Writer
Confirmed that I can't see the picture, nor find it in the navigator, in: Version: 7.2.6.2 / LibreOffice Community Build ID: b0ec3a565991f7569a5a7f5d24fed7f52653d754 CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded or in: Version: 7.3.2.2 / LibreOffice Community Build ID: 49f2b1bff42cfccbd8f788c8dc32c1c309559be0 CPU threads: 8; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: en-AU (en_AU.UTF-8); UI: en-US Calc: threaded But can't see it in OnlyOffice 6.4.2 either.
DOCX is LO created, so it's wrong. That would be filesave problem for which you need to prepare ODT. It is true that MSO still opens it right and that LO opens it also OK if resavedf in MSO. Needinfo.
Picture is embed in document as <pic:blipFill> <a:blip dor:embed="rId5"/> <a:srcRect/> <a:stretch> <a:fillRect/> </a:stretch> </pic:blipFill> According https://www.ecma-international.org/publications-and-standards/standards/ecma-376/ pic:blipFill/a:blip should contains attribute r:embed. But replace dor:embed by r:embed: <pic:blipFill> <a:blip r:embed="rId5"/> <a:srcRect/> <a:stretch> <a:fillRect/> </a:stretch> </pic:blipFill> produces import error: Namespace prefix r for embed on blip is not defined. But there is defined in writerfilter/source/ooxml/model.xml: <define name="AG_Blob"> <attribute name="r:embed"> <data type="string"/> </attribute> <attribute name="r:link"> <data type="string"/> </attribute> </define> Attributes dor:embed and even embed (see sw/qa/extras/ooxmlexport/ooxmlexport4.cxx:908) are not suitable for a:blip according to standard.
Dear Roman Kuznetsov, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
Problem still here in Version: 7.5.0.0.alpha0+ / LibreOffice Community Build ID: 55ee3ede2bb0211e895053ed3a54bb1c99cc94ca CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: kf5 (cairo+xcb) Locale: ru-RU (ru_RU.UTF-8); UI: en-US Calc: threaded and I can't create ODT as Timur asked because it isn't my file and please see to Comment 5
repro 7.6+. Opening in MSO, looking at the properties and OK'ing modified the image. Saving it allowed it to be seen in LO.