Created attachment 158972 [details] Table Example with image preview Hello guys, cells with border lines next to merged cells (rowspan) getting a border line fully over the merged cells, if only the cell next to it has a border line. For clearyfication a example document is attached. It happens when you open a .docx file (from MS Word) with these table properties with libre office writer. If the attached file is saved as .doc with MS Word, the file openend in Libre Office show the border line correct. But thats just a workaround i found out for testing. Greetings
Confirmed in Version: 7.0.0.0.alpha0+ Build ID: f6f37e3341f2a3ad292af1a923dbc33d81e439c9 CPU threads: 4; OS: Linux 5.5; UI render: default; VCL: gtk3; Locale: zh-CN (zh_CN.UTF-8); UI-Language: en-US Calc: threaded and 6.3.5.2. Also confirm that the table border line looks the same behaviour as shown in the bug reporter's test document in MSO 2010.
Created attachment 158986 [details] Table Example pdf showing everything I am attaching this PDF file in case someone is lazy openning that DOCX file.
@Szabolcs Tóth I think you might be interested in this one
Created attachment 159029 [details] appearing border bottom line in colspanned cell New example shows border bottom cell, where shouldnt one (.doc or docx)
This "merged cell border" problem looks like the opposite example of bug 60378 which was fixed for LO 7.0. However, I can't even turn off the border with the UI - so not sure how this one would work out... Definitely a low priority edge case.
(In reply to roeding from comment #4) > New example shows border bottom cell, where shouldnt one (.doc or docx) DOCX bottom border problem fixed with bug 132898.
Justin Luth committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c5e4c2603197ecfbc19957da775f80ba06648105 tdf#131561 writerfilter: pre-emptive unit test 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.
This seems to be fixed in 7.2 since: https://git.libreoffice.org/core/+/66ac8e60896f6306bed8fbb34606fd14474f19ce author Miklos Vajna <vmiklos@collabora.com> Thu Mar 04 11:52:58 2021 +0100 committer Miklos Vajna <vmiklos@collabora.com> Thu Mar 04 12:49:18 2021 +0100 sw: fix unwanted long vertical border around vertically merged Word cell Thanks Miklos for fixing this one!