Description: The attached file has a textbox. MSO 2013 wraps the text through the box, current master of LO wraps the text around the box. Steps to Reproduce: 1. Open the file bsp1.docx in Writer Actual Results: Text is wrapped around the box. Expected Results: Text is wrapped through the box like in MSO 2013. Reproducible: Always User Profile Reset: No Additional Info: In the document.xml the wrap is specified by "none". According to the current OOXML specification, the behavior of LO is right on the first sight. Opening the file in MSO, selecting "no wrap" in the options and saving the file leads to "notBeside" wrap information in xml file. In this case MSO and LO render the same wrap. In the OOXML specification, "none" and "notBeside" have exactly the same description (?) User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0
Created attachment 137045 [details] test file triggering the bug
Created attachment 137046 [details] comparison LibreOffice 6.0 and MSO 2010
Reproduced in - Version: 6.0.0.0.alpha0+ Build ID: 616f21db9e50a77b0c02dfb123f871a742f46216 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group - Version: 4.3.0.0.alpha1+ Build ID: c15927f20d4727c3b8de68497b6949e72f9e6e9e - Version 4.1.0.0.alpha0+ (Build ID: efca6f15609322f62a35619619a6d5fe5c9bd5a) - LibreOffice 3.3.0 OOO330m19 (Build:6) tag libreoffice-3.3.0.4
Serge Krot committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=be02ce71f2ee694fa2609a7a630853c24acfbfff tdf#113182: DOCX filter: new values of wrap property in text box It will be available in 6.1.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.
I confirm that the bug is fixed -- many thanks! Can we please get a backport to the 6.0 branch?
Serge Krot committed a patch related to this issue. It has been pushed to "libreoffice-6-0": http://cgit.freedesktop.org/libreoffice/core/commit/?id=133821d1526800a93bb395a91f87dc77d29f0b8d&h=libreoffice-6-0 tdf#113182: DOCX filter: new values of wrap property in text box It will be available in 6.0.4. 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.