Description: Open a document with picture in first page. the picture does not display (in the original doc, a picture in a later page did show. Steps to Reproduce: 1. save a document after editing in MS Word 2. open in Writer 3. Actual Results: no picture in first page Expected Results: should see it. When open the doc in v6.0 it does display. Reproducible: Always User Profile Reset: No Additional Info: [Information automatically included from LibreOffice] Locale: en-GB Module: TextDocument [Information guessed from browser] OS: Linux (All) OS is 64bit: yes tried with .doc and .docx results the same
Created attachment 158195 [details] no picture on first page
Created attachment 158196 [details] Comparison MSO 2010 and LibreOffice 7.0 master
Regression introduced by: author Armin Le Grand (Collabora) <armin.le.grand@me.com> 2020-02-21 16:58:17 +0100 committer Armin Le Grand <Armin.Le.Grand@me.com> 2020-02-21 20:16:59 +0100 commit 828504974d70111e4a35b31d579cf42fe660a660 (patch) tree 4c2f7720b3efaecf55b8fa7b9b3eeccb278160e6 parent 813cde918338bccc4f711230616340cad2c1d4a0 (diff) tdf#130768 speedup huge pixel graphics Cairo Bisected with: bibisect-linux64-6.5 Adding Cc: to Armin Le Grand
Created attachment 158199 [details] console logs On Win10 with master sources updated today, I could reproduce this. I attached console logs if it can help.
Let's increase the importance since: - it's a regression - it concerns all env - it's not a corner case
grepping...
pulled master, but does not buid on win10 currently... make clean, restart...
did not help...
solved, was a missing update in cygwin64. either I damaged sth or sth changed that needed an update...
attachment 94522 [details] from bug 75331 is also affected by this issue
attachment 102915 [details] from bug 81426 is also affected
FGirst test - set SAL_DISABLE_MM02_GOODIES in shell, start LO -> works. Indeed something here is the reason this goes wrong now.
Two spaces using SAL_DISABLE_MM02_GOODIES, it's the one in sw\source\core\doc\notxtfrm.cxx - checking...
Problem identified, possible fiox is at https://gerrit.libreoffice.org/c/core/+/89644 Also added to use fallback for safety reasons.
Armin Le Grand committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/5f58ffce789c15e3849bceb9fe4844d838e9c40e tdf#130951 Use the correct OutputDevice It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Verified in Version: 7.0.0.0.alpha0+ Build ID: 81d982f176751a6d5f13fcb72f425a29fd077c92 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3; Locale: en-US (en_US.UTF-8); UI-Language: en-US Calc: threaded @Armin, thanks for fixing this issue!! Closing as VERIFIED FIXED