Description: Last row of OLE object table in DOCX document created with Microsoft Word is missing when the document is opened in LibreOffice Writer 6.3.0.0.alpha0+. Steps to Reproduce: 1. Open the attached DOCX file in LibreOffice Writer. 2. Open a copy in Microsoft Word. 3. Compare the original file opened in Writer and Word. 4. View the attached screenshot. 5. Notice, that Last row of OLE object table is missing. Actual Results: Last row of OLE object table is missing when the document is opened in LibreOffice Writer 6.3.0.0.alpha0+. Expected Results: Last row of OLE object table should be visible as the original file when the document is opened in Microsoft Word. Reproducible: Always User Profile Reset: No Additional Info: LibreOffice details: Version: 6.3.0.0.alpha0+ Build ID: 65438bcda46bab4f2fe6fb555f44aace45e11e5e CPU threads: 4; OS: Windows 10.0; UI render: GL; VCL: win; Locale: hu-HU (hu_HU); UI-Language: en-US Calc: threaded
Created attachment 149882 [details] Test document
Created attachment 149883 [details] Screenshot
Thank you for reporting the bug. The OLE object table doesn't open in my writer. The table is empty with a blinking border line on the left side. But, the table does open in MS Word. Version: 6.3.0.0.alpha0+ Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87 CPU threads: 2; OS: Windows 6.1; UI render: default; VCL: win; TinderBox: Win-x86@42, Branch:master, Time: 2019-01-30_06:57:04 Locale: en-US (en_US); UI-Language: en-US Calc: threaded
(In reply to Durgapriyanka from comment #3) > Thank you for reporting the bug. The OLE object table doesn't open in my > writer. The table is empty with a blinking border line on the left side. I get the same result.
(In reply to Durgapriyanka from comment #3) > Thank you for reporting the bug. The OLE object table doesn't open in my > writer. The table is empty with a blinking border line on the left side. > But, the table does open in MS Word. > > Version: 6.3.0.0.alpha0+ > Build ID: b6b28931435e44aca92b8c0e1659f701e3ed1a87 Part of the problem is that your build is 6 weeks old: https://gerrit.libreoffice.org/plugins/gitiles/core/+log/b6b28931435e44aca92b8c0e1659f701e3ed1a87 Now the example file was a little bit trimmed back for privacy reasons, and the content you see in Word is actually on the fourth sheet of the embedded XLSX. Until recently LO could only show the first page of such embedded files, until it was fixed in bug #122594. What you see is the first, empty sheet of the embedded file. Please update your local build :).
I have empty page too (seecomment 3) - 4 days old build.. Version: 6.3.0.0.alpha0+ Build ID: 732d630c3d2a168c725c18e4dd8df7a0a4f85566 CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3;
Created attachment 149927 [details] Example file neutralized a bit more - second try Sorry, this is now correct. In the embedded xlsx I had to set the last sheet as active, but Word apparently does not need this setting. Probably it's cheating by caching the view or something like that :(.
Created attachment 149928 [details] Screenshot of the neutralized example in Word and LO 6.3
Still only see an empty table with a blinking border line on the left side.
(In reply to Gabor Kelemen from comment #7) > Created attachment 149927 [details] > Example file neutralized a bit more - second try Confirmed. Arch Linux 64-bit Version: 6.3.0.0.alpha0+ Build ID: e967aea2d8cc4f9fc608cb726cb474c184fb61de CPU threads: 8; OS: Linux 5.0; UI render: default; VCL: gtk3; Locale: fi-FI (fi_FI.UTF-8); UI-Language: en-US Calc: threaded Built on 7 April 2019
Tested on Win. The problem is not yet in 5.4.2, but bibisect repos 6.0, 6.1 and 6.2 display the table as empty! Someone could try on Linux. Might turn out to be notBibisectable
The background of the problem is that the rows are taller in LO. See the attached screenshot.
Created attachment 150826 [details] taller rows in LibreOffice
(In reply to Buovjaga from comment #11) > Tested on Win. The problem is not yet in 5.4.2, but bibisect repos 6.0, 6.1 > and 6.2 display the table as empty! Someone could try on Linux. Might turn > out to be notBibisectable I'm seeing an empty preview since 6.0 as well, both in Linux and Windows. It started with the following commit, bibisected using repo bibisect-linux-64-6.0: https://cgit.freedesktop.org/libreoffice/core/commit/?id=505ce3a2ba3adeef46daecbf9b14c42cea211408 author Szymon Kłos <szymon.klos@collabora.com> 2017-07-07 12:58:42 +0200 committer Szymon Kłos <szymon.klos@collabora.com> 2017-07-08 09:28:09 +0200 tdf#108544 edit in window (XLSX inside DOCX)
I didn't set the bibisected/bisected keywords on purpose, as I don't see the same bug as reported, and didn't bibisect to that. It'd also be great to find why it behaves differently for different people.
Could someone explain why this is marked regression? It was empty and from 6.3 it's not. Fixing commit is: commit cf2d134411514c443cd19576479174d03f1c1242 Author: Jenkins Build User <tdf@pollux.tdf> Date: Thu Feb 7 21:11:24 2019 +0100 source 70ab6ff7c22ce850c9041bfeeeaba7038011a0a7 Previous source 66850d9efb00407b7930500d0ebc6febdb03fa8c https://gerrit.libreoffice.org/plugins/gitiles/core/+/70ab6ff7c22ce850c9041bfeeeaba7038011a0a7%5E!/ commit 70ab6ff7c22ce850c9041bfeeeaba7038011a0a7 [log] author László Németh <nemeth@numbertext.org> Thu Feb 07 19:44:11 2019 +0100 committer László Németh <nemeth@numbertext.org> Thu Feb 07 21:03:40 2019 +0100 tree 3358f174af587f1260b39007b5947cdfc3c427df parent 66850d9efb00407b7930500d0ebc6febdb03fa8c [diff] tdf#122594 OLE import in DOCX: show selected sheet of an embedded XLSX OLE object, instead of showing always the first sheet. Change-Id: I583a17dc8a3cd06ee15fbbb950328f0b9b164a63 Reviewed-on: https://gerrit.libreoffice.org/67516 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org> This one, per comment 12, may be a duplicate of bug 107999.
Created attachment 161827 [details] Example file neutralized - screenshot MSO LO For me, Lin and Win (I have MSO): it was OK until 5.4 as Aron found, with correct height, it can be edited with double-click but wrong. Empty from 6.0 to 6.3. From 6.3 and bug #122594 to 7.1+ table is visible with last row missing because height wrong, it has right-click Edit menu item and can be edited fine. So I don't know what bibisectRequest is for.
Dear NISZ LibreOffice Team, 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 https://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://web.libera.chat/?settings=#libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug
Still the same in Version: 7.4.0.0.beta1+ / LibreOffice Community Build ID: 6ab56a4fc946f6294513f23a3ea47aa0aa154b7d CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: hu-HU (hu_HU.UTF-8); UI: en-US Calc: threaded