1. Open the issue file in LO 2. Open the issue file in MS Word 2010 The table in MS Word appears after the text whereas in LO is is before the text. The issue is that the table is floating with position. LO is not considering the table as floating.
Created attachment 97737 [details] Issue File
Reproducible, tested using Mac OSX 10.9 with LibreOffice Version: 4.3.0.0.alpha0+ Build ID: 619b4c40da9e85febbb08a3f7cf8aa8d10963fc1 TinderBox: MacOSX-x86@49-TDF, Branch:master, Time: 2014-04-18_00:07:53 Kind regards, Joren
Still reproducible LibreOffice Version: 5.0.0.0.alpha1+ (x64) Build ID: 9d0c51daea67104349cac26de9839afa8baeb099 TinderBox: Win-x86_64@42, Branch:master, Time: 2015-05-15_23:59:35 Locale: nl-BE (nl_BE) Opening using Word 2010.
This issue is still reproducible in Version: 5.2.0.0.alpha0+ Build ID: 3dca8575d63db50b0120fbff09bbfcd056fa3732 CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; TinderBox: Win-x86@39, Branch:master, Time: 2016-04-20_05:07:29 Locale: es-ES (es_ES)
Created attachment 124834 [details] Issue file compared MSO-LO I'd say the same "Text from DOC and DOCX shown bellow table" bug happens with file from Bug 39006. I'll attach both DOC and DOCX created in MSO.
Created attachment 124835 [details] Possible another example DOC
Created attachment 124836 [details] Possible another example DOCX
Created attachment 127573 [details] MS 2010 "move with text" option screeshoot.
Bug stemps from missing table property LibreOffice Writer's table. MSO has a "Move with text" property as screenshot at attach. If there is a table with unchecked "Move with text" in the docx, while LibreOffice import, text position can switch with table. Tested Microsoft Office 2010 and LibreOffice 5.3 reproducible
*** Bug 113945 has been marked as a duplicate of this bug. ***
Repro 7.1+.
Dear Vinaya Mandke, 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
Created attachment 186980 [details] The first example file in Word 16 and Writer The first example now looks good in master: Version: 7.6.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 9a555d79b3b00793edf1d51a8a7c76b723cc436d CPU threads: 14; OS: Windows 10.0 Build 19045; UI render: default; VCL: win Locale: en-US (hu_HU); UI: en-US Calc: threaded after https://git.libreoffice.org/core/+/ce3308a926f036b87515b8cd97d2b197063dc77a
Created attachment 186981 [details] The second example file in Word 2016 and Writer The second example docx (attachment 124836 [details]) is still bad - this first table is floating in Word, but not in Writer. Let's focus on that here.
repro 24.2+ with comment 14's 39006 anformulairechairessud 4-6.docx Amazing - somehow this table has failed to become floating, even after all of the changes made to float them. I don't see any relevant exceptions... Block table <w:tbl> <w:tblPr> <w:tblpPr w:leftFromText="142" w:rightFromText="142" w:vertAnchor="page" w:horzAnchor="margin" w:tblpXSpec="center" w:tblpYSpec="center"/> <w:tblW w:w="9322" w:type="dxa"/>
It is not converted because it has a footnote and neither Word nor Writer supports footnotes in fly frames (but Word supports it in floating tables). I'll try to see if adding footnote support inside floating tables is something I can do as part of my general floating table work or if it's so problematic that it's better to put it aside. I'm not sure yet.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/56da1d30afe48cc4acd79567052a575e81f8c7a0 tdf#77760 sw floattable: add support for footnotes, doc model It will be available in 24.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/f8e1a62f944e5358fe498008b4ff8701f1e190a0 tdf#77760 sw floattable: add support for footnotes, layout It will be available in 24.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/178421a6c719dac9c16f220b76292fec16a53f60 tdf#77760 sw floattable: add support for footnotes, DOCX import It will be available in 24.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/c7b59c9484ae6ff88cd8d7017aeb83b02e212c9c tdf#77760 sw floattable: add support for footnotes, DOC import It will be available in 24.2.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.
Miklos Vajna committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/739597df38dcaab0460482e3bc3f18f2471d43ab tdf#77760 sw floattable: add support for footnotes, UI It will be available in 24.2.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 now works on master, I think.