Created attachment 102238 [details] File on which the issue can be reproduced Problem description: Steps to reproduce: 1. Load the attached DOCX in LO Current behavior: File opening without any error but shape not visible. Expected behavior: File should open without any error and shape should be visible. Operating System: Ubuntu Version: 4.4.0.0.alpha0+ Master Operating System: All Version: 4.4.0.0.alpha0+ Master
Synerzip -> NEW
With some trickery via the navigator one can get something on the screen, in header/footer, but definitely not what is expected ..
Created attachment 103259 [details] chart in header RT docx before and after fix
Created attachment 103260 [details] chart in header rendered in LO before and after fix
I made code changes are working as expected: if there is group shape in header/footer it's fixing that as well. for chart in header/footer previously there was no color was preserved ,its working after this fix.(attached screenshot for the same)
Tushar Bende committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=194c17a7c7c00f966b0256a1e90d50d8dd49f2bc fdo#80895 : Shape in Header&Footer is getting lost after RT 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.
Thanks Tushar!