Bug 134685 - FILEOPEN DOCX Nested table columns disappear
Summary: FILEOPEN DOCX Nested table columns disappear
Status: VERIFIED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
7.1.0.0.alpha0+
Hardware: All All
: medium normal
Assignee: László Németh
URL:
Whiteboard: target:7.1.0
Keywords: bibisected, bisected, filter:docx, regression
Depends on:
Blocks: DOCX-Tables
  Show dependency treegraph
 
Reported: 2020-07-09 09:54 UTC by NISZ LibreOffice Team
Modified: 2020-07-20 09:16 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Example file from Word (22.78 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2020-07-09 09:54 UTC, NISZ LibreOffice Team
Details
Screenshot of the original document side by side in Word and Writer (119.10 KB, image/png)
2020-07-09 09:54 UTC, NISZ LibreOffice Team
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NISZ LibreOffice Team 2020-07-09 09:54:03 UTC
Created attachment 162838 [details]
Example file from Word

Attached user-made document is the neutralized original of the bugdoc in bug #134606
Even after fixing that one the nested table in this one loses all of its columns after the first.

Steps to reproduce:
    1. Open attached document

Actual results:
The nested table has only one column.

Expected results:
The nested table should retain its columns.

LibreOffice details:
Version: 7.1.0.0.alpha0+ (x64)
Build ID: 5483d4e10aad27889b961b9cb94d7ba6c86aed0b
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
Comment 1 NISZ LibreOffice Team 2020-07-09 09:54:26 UTC
Created attachment 162839 [details]
Screenshot of the original document side by side in Word and Writer
Comment 2 Xisco Faulí 2020-07-10 16:40:20 UTC
The nested table changed after 

https://cgit.freedesktop.org/libreoffice/core/commit/?id=5483d4e10aad27889b961b9cb94d7ba6c86aed0b

author	László Németh <nemeth@numbertext.org>	2020-07-08 10:36:29 +0200
committer	László Németh <nemeth@numbertext.org>	2020-07-08 23:43:35 +0200
commit 5483d4e10aad27889b961b9cb94d7ba6c86aed0b (patch)
tree 69ca542c9928b6614c49044329c9740d05ae9f26
parent 7ead920f7015bb8e7a4343b863333bb26187d9a3 (diff)
tdf#134606 DOCX table import: fix gridBefore + nesting

Bisected with: bibisect-linux64-7.1

Adding Cc: to László Németh
Comment 3 Commit Notification 2020-07-20 07:37:37 UTC
László Németh committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/abea0d6647c7f1f7e76c73c26cb80e6a67dc5111

tdf#134685 DOCX table import: fix gridBefore + cell width

It will be available in 7.1.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.
Comment 4 Xisco Faulí 2020-07-20 09:16:32 UTC
Verified in

Version: 7.1.0.0.alpha0+
Build ID: abea0d6647c7f1f7e76c73c26cb80e6a67dc5111
CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3
Locale: en-US (en_US.UTF-8); UI: en-US
Calc: threaded

@László Németh, thanks for fixing this issue!!