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.
Dear Roman Kuznetsov, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from https://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Problem is still here Version: 25.8.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 043b186d10fca4a613ce62c1e0d04f86ec63799c CPU threads: 16; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win Locale: ru-RU (ru_RU); UI: ru-RU Calc: CL threaded