Description: I have been sent some documents that have images and boxes around text. The images do not appear when I open the documents in Writer. Steps to Reproduce: 1. Open document 2. 3. Actual Results: Images are hidden Expected Results: Images should be visible Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0
Created attachment 135640 [details] Original document
Created attachment 135641 [details] Screenshot of doc in Google
Confirmed in Version: 6.0.0.0.alpha0+ Build ID: a19dc104ec008f0bb44676d63d4764c6d7442a0d CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group - Version: 5.2.0.0.alpha1+ Build ID: 5b168b3fa568e48e795234dc5fa454bf24c9805e CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; Locale: ca-ES (ca_ES.UTF-8) - Version: 5.0.0.0.alpha1+ Build ID: 0db96caf0fcce09b87621c11b584a6d81cc7df86 Locale: ca-ES (ca_ES.UTF-8) in Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e one image is displayed but I wouldn't consider this a regression Textboxes not displayed in master has been reported in bug 111899
Hi @all, Observed: When the background color is deleted, the whole content becomes visible. Most of the images are imported, wrongly I think, as Contour.
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d21f67fa7fd0360688e083eeb2bbcd57f5414d71 tdf#111895 writerfilter: avoid hiding shapes behind background It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Hi Justin, Works fine for images with LO 6.0.0.0.alpha0+ Build ID: 9420391cc9f6af2a16c1db72596f277439df29e9 CPU threads: 2; OS: Windows 6.1; UI render: default; TinderBox: Win-x86@39, Branch:master, Time: 2017-08-29_06:08:06 Locale: fr-FR (fr_FR); Calc: CL However, the black rounded rectangles still stay in background. When I delete this setting, they come again to the right place. Is it workable to apply the same treatment as for images? Thank you. Jacques
Created attachment 135855 [details] background.odt: simple example document shows regression I think my fix handled things the wrong way. Thanks to various comments, I tried bibisecting with this document which points to huge 4.4 patch commit 7d9bb549d498d6beed2c4050c402d09643febdfa 2014-06-02 15:00:50 (GMT) Related: #i124638# Second step of DrawingLayer FillAttributes... for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes The thing to note is that before this 4.4 patch when you put the object "wrap through in background", you are still in front of the page background. After the 4.4 patch, you disappear behind it, but only for DOCX. In ODT and in DOC, you don't disappear behind it...
Will will be reverting the patch in comment 5. This is better solved with the patch for bug 104602. *** This bug has been marked as a duplicate of bug 104602 ***
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=24e453e6018af2e71af784dc9364b5ea70112f29 Revert "tdf#111895 writerfilter: avoid hiding shapes behind background" It will be available in 6.0.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Hi Justin, Black rounded rectangles are visible now with LO 6.0.0.0.alpha0+ Build ID: 342622d51f457c5a7d5026814a323d1deece4681 CPU threads: 2; OS: Windows 6.1; UI render: default; TinderBox: Win-x86@39, Branch:master, Time: 2017-09-05_04:43:20 Locale: fr-FR (fr_FR); Calc: CL Thank you very much for the work.