Created attachment 172390 [details] test77219.docx: from ooxmlexport7 The top left hand box before used to show all of "John Doe Date Of Birth: ID:" Now basically only "John Doe" is visible. This stared in LO 7.2 (and backported to 7.1) with author Regényi Balázs on 2020-12-10 12:03:39 +0100 commit aefb6aaf6475b71668bab7e11ce51b0fdc34f299 tdf#41466 DOCX import: fix VML v:shape/v:textbox https://cgit.freedesktop.org/libreoffice/core/commit/?id=aefb6aaf6475b71668bab7e11ce51b0fdc34f299
Created attachment 172398 [details] test compared in MSO 2016 and LO 7.2+
Created attachment 172409 [details] The textbox properties in Word and Writer This VML textbox has the "Word wrap text in shape" property turned ON in Word, but not in Writer. Manually checking that box in Writer fixes the display of the text contents.
repro 7.6+ If I round-trip it in Word 2010, then it looks fine. It changes into something else that imports wrap fine. I couldn't even find the xml setting that controls whether the text wraps inside the frame or not.
repro 24.8+ (In reply to Justin L from comment #3) > If I round-trip it in Word 2010, then it looks fine. That's pretty much irrelevant. Word 2010 will export in DML format - this is a VML bug report. > I couldn't even find the xml setting > that controls whether the text wraps inside the frame or not. v:shape mso-wrap-style:none is the setting to turn it off. The default is to wrap. Fixed for bug 97618, Unfortunately, importing with text wrap on does not solve the problem.