Description: Opening certain docx files with tables results in the tables not being rendered and only paragraph markers remain. A file with 2 tables separated by a single paragraph and the first row of the second table is indented causes this problem. Steps to Reproduce: 1. Create a new docx file in MS Word. Insert two tables separated by a single paragraph. 2. Select the first row of the second table and adjust the size so that it is indented compared to the second row, ie: ________ |________| ________ _|________| |________| 3. Save and close the document. 4. Open in LibreOffice. The tables will be missing and only paragraph markers remain. Actual Results: When opening the docx in LibreOffice, the tables are missing. When opening the docx in Microsoft Word, the tables appear. Expected Results: The tables should appear in both writer and ms word. Reproducible: Always User Profile Reset: Yes Additional Info: Version: 6.2.8.2 (x64) Build ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee CPU threads: 16; OS: Windows 10.0; UI render: GL; VCL: win; Locale: en-AU (en_AU); UI-Language: en-US Calc: CL
Created attachment 156891 [details] File which causes the bug
Created attachment 156892 [details] Side by side comparison image
I checked the reported bug on 2 versions of Libre Office: Version: 6.2.8.2 (x64) Build ID: f82ddfca21ebc1e222a662a32b25c0c9d20169ee CPU threads: 4; OS: Windows 10.0; UI render: default; VCL: win; Locale: pl-PL (pl_PL); UI-Language: en-US Calc: threaded and Version: 6.5.0.0.alpha0+ (x64) Build ID: beb758215b898dcb2605c4d5bebbd736aa1e493d CPU threads: 4; OS: Windows 10.0 Build 18362; UI render: GL; VCL: win; Locale: pl-PL (pl_PL); UI-Language: en-US Calc: CL I made a test using the attached table and I can confirm the bug on version 6.2.8.2 (x64). On newer version the bug doesn't appear. Meanwhile the bug did not reproduce if I add an extra [enter] between the two tables. I tried with different tables - it seems that the first row of the second table causes the bug, it doesn't appear if the columns are even.
This was recently fixed in: https://git.libreoffice.org/core/commit/da1f71edfc72928b07a569b98e2766a8a7de9d2a tdf#116194 DOCX import: fix missing tables with w:gridBefore It will be available in 6.5.0. *** This bug has been marked as a duplicate of bug 116194 ***