Description: Shape goes missing after saving the attached file in LO as docx. Steps to Reproduce: 1. Open the original file LO. 2. Save it as docx. 3. Reopen the file. 4. Notice the missing shape. Actual Results: The green rectangle goes missing after saving in LO. Expected Results: The green rectangle should stay the same even after saving in LO. Reproducible: Always User Profile Reset: No Additional Info:
Created attachment 148644 [details] The original file
Created attachment 148645 [details] The original file after saving
Created attachment 148646 [details] Screenshot of the original and exported document side by side in Writer
Thank you for reporting the bug.I confirm the bug present in Version: 6.3.0.0.alpha0+ Build ID: 3c964980da07892a02d5ac721d80558c459532d0 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2018-12-12_02:07:45 Locale: en-US (en_US); UI-Language: en-US Calc: threaded
3.5.0 does not show the shape on fileopen. Bibisected with 43max on Linux, but there were a lot of skipped commits due to crashes. The only DOCX-related commits in the range are commit e930d96d95edc1c1e5fd54493d289a76f31a846f Author: Miklos Vajna <vmiklos@collabora.co.uk> AuthorDate: Wed Dec 18 14:31:43 2013 +0100 Commit: Miklos Vajna <vmiklos@collabora.co.uk> CommitDate: Wed Dec 18 14:53:00 2013 +0100 DocxAttributeOutput::EndParagraph: fix export of tables in textframes This is triggered by sw/qa/extras/ooxmlexport/data/floatingtbl_with_formula.docx when DML exp TextFrames is enabled in non-experimental mode. commit cfb5b20cdc230320ff9f864d1cfd81aaea221da0 Author: Miklos Vajna <vmiklos@collabora.co.uk> AuthorDate: Wed Dec 18 11:03:57 2013 +0100 Commit: Miklos Vajna <vmiklos@collabora.co.uk> CommitDate: Wed Dec 18 11:09:47 2013 +0100 DocxAttributeOutput::OutputFlyFrame_Impl: enable DML export by default This was only available in experimental mode previously. Also note that export of Writer TextFrames are handled separately, there DML export is still off by default.
(In reply to Buovjaga from comment #5) > commit cfb5b20cdc230320ff9f864d1cfd81aaea221da0 > Author: Miklos Vajna <vmiklos@collabora.co.uk> > AuthorDate: Wed Dec 18 11:03:57 2013 +0100 > Commit: Miklos Vajna <vmiklos@collabora.co.uk> > CommitDate: Wed Dec 18 11:09:47 2013 +0100 > > DocxAttributeOutput::OutputFlyFrame_Impl: enable DML export by default > > This was only available in experimental mode previously. Also note that > export of Writer TextFrames are handled separately, there DML export is > still off by default. Did a new bibisect with win32-4.3 and this was the blamed commit.
*** Bug 122963 has been marked as a duplicate of this bug. ***
Still reproducible in Version: 7.0.0.0.alpha0+ Build ID: 169a10f0e4680814145b668c6320be04038d7a89 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 Adding Cc: to Miklos Vajna
actually it seems to be the same issue as bug 112312 *** This bug has been marked as a duplicate of bug 112312 ***
Created attachment 164753 [details] Screenshot of the original and exported document side by side in Writer Checked with Version: 7.1.0.0.alpha0+ (x86) Build ID: 6640d7f405d2970ba2825a9455926cc803284d01 CPU threads: 4; OS: Windows 6.3 Build 9600; UI render: Skia/Raster; VCL: win Locale: hu-HU (hu_HU); UI: en-US Calc: CL This problem is still present.
This seems in Word to have grouped shape in VML.
Dear Dániel Arató, This bug has been in ASSIGNED status for more than 3 months without any activity. Resetting it to NEW. Please assign it back to yourself if you're still working on this.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/4cb71fefc61d9015a0142f3a4fdafc5250913f2c tdf#122962 DOCX drawingML export: fix polygon shape in group shape It will be available in 7.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "libreoffice-7-1": https://git.libreoffice.org/core/commit/7b3ea547bddd08e483c49ed5b3ff822f782a0aae tdf#122962 DOCX drawingML export: fix polygon shape in group shape It will be available in 7.1.4. 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.
issue verified in Version: 7.2.0.0.alpha0+ / LibreOffice Community Build ID: 41ff704cc49b7097b717882616011962ecd7198f CPU threads: 4; OS: Linux 5.7; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @Miklos, thanks for fixing the issue. Using attachment 148644 [details], the shape is not visible after roundtrip because it's shifted down. This is another issue