Created attachment 139926 [details] sample Steps to reproduce: 1. Open attached document Observed behaviour: Some borders are missing. See attached image Reproduced in Version: 6.1.0.0.alpha0+ Build ID: 48d3ff5c498f8f186d4ee72871af379010403442 CPU threads: 4; OS: Linux 4.13; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group [Bug found by office-interoperability-tools]
Created attachment 139927 [details] sample 2 another file affected by the same problem
Created attachment 139928 [details] comparison MSO 2010 and LibreOffice 6.1
Regression introduced in range https://cgit.freedesktop.org/libreoffice/core/log/?qt=range&q=e3e2f6911d6231c706ce8c77e5cd6733335d6342..75802ae40ae67737ae9e4f1a38434e0587affff6 Adding Cc: to Armin Le Grand
Cannot really see the PPt files, MSPpt does not load neither repair them. Where are they from, created with which program? Looks the same (bad) in 6.1, but better in 5.4. Will need to have a look, mode data import and creation should not have changed at all, my changes only modified the visualization.
Dear Xisco Faulí, To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present with the latest version of LibreOffice from https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the information from Help - About LibreOffice. If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a comment that includes the information from Help - About LibreOffice. Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) from http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to 'inherited from OOo'; 4b. If the bug was not present in 3.3 - add 'regression' to keyword Feel free to come ask questions or to say hello in our QA chat: https://kiwiirc.com/nextclient/irc.freenode.net/#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still reproducible in Version: 6.4.0.0.alpha1+ Build ID: c4d760b9edf0399955d30a0dfbe5f7b1b1ed37cb CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); UI-Language: en-US Calc: threaded
Commenting out a single line of code in viewcontactoftableobj.cxx with comment of "if merged, set so at CellBorderArray ..." seems to fix the problem. I will submit a patch for review
https://gerrit.libreoffice.org/c/core/+/93836
nd101 committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/2b19cd84f10552c438dace0a4c52a70ccd440369 tdf#115753 fix table border missing when there are merged cells 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.
Verified in Version: 7.1.0.0.alpha0+ Build ID: 6ad2f463784a24c566477cdd60ae729651bb8564 CPU threads: 4; OS: Linux 4.19; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded @nd101, thanks for fixing this issue!!
Xisco Fauli committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/7ccd8928acbb5a27d9b9f44b09b7575757981e8a tdf#136949: Revert "tdf#115753 fix table border missing when there are merged cells" 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.
set back to NEW
Created attachment 178628 [details] The first example file in 7.3 bibisect master The borders appear correctly in 7.3 since: https://git.libreoffice.org/core/+/35b179b88330e1e94980192c598f23661e2757f9 commit 35b179b88330e1e94980192c598f23661e2757f9 [log] author Gülşah Köse <gulsah.kose@collabora.com> Wed Jan 05 13:03:14 2022 +0300 committer Xisco Fauli <xiscofauli@libreoffice.org> Tue Jan 11 09:56:07 2022 +0100 tdf#135843 Fix the missing border handling Also works correctly with the second example file.
Thanks Gülşah for fixing this! *** This bug has been marked as a duplicate of bug 135843 ***