| Summary: | FILEOPEN: DOCX: picture does not display doc saved by MSWord | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Elmar <roberg> |
| Component: | Writer | Assignee: | Armin Le Grand <Armin.Le.Grand> |
| Status: | VERIFIED FIXED | ||
| Severity: | major | CC: | Armin.Le.Grand, serval2412, xiscofauli |
| Priority: | high | Keywords: | bibisected, bisected, filter:docx, regression |
| Version: | 7.0.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:7.0.0 | ||
| Crash report or crash signature: | Regression By: | ||
| Bug Depends on: | |||
| Bug Blocks: | 134809 | ||
| Attachments: |
no picture on first page
Comparison MSO 2010 and LibreOffice 7.0 master console logs |
||
|
Description
Elmar
2020-02-26 09:12:58 UTC
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 |