Created attachment 113382 [details] This .dot was last saved in LibreOffice, so when opened in LO, page break exists. Open in Word, save, open in LibreOffice, page break is gone. Page break still exists when viewed again in Word. Existing .doc documents (from Word) with page breaks between Tables have the page breaks "lost" when opening in LibreOffice. Adding the breaks manually in LibreOffice works fine when opening again in LibreOffice or Word. However, the page breaks between tables are once again "lost" in LibreOffice after the document is re-edited and saved in MS Word. Again, re-opening in Word the page breaks still exist, but re-opening in LibreOffice the page breaks are lost. It seems to only be breaks between tables that are lost. Unfortunately we have many documents using tables as formatting guides.
What versions of LibreOffice and Microsoft Word are you using? Set to NEEDINFO. Change back to UNCONFIRMED after you have provided the information.
LibreOffice 3.5, 3.6, 4.0, 4.1, 4.2, 4.3, 4.4 in Windows and Linux. MS Word 2003 (in Windows obviously). I will need to confirm if the same for MS Word 2007 (and newer) but I believe it is so. Maybe someone else could test if they have 2010 or 2013? Follow the steps from the original Description, using the attachment (with the unfortunately very long name).
Reproduced. Opened the .dot file through "Open" in MSO to edit it as a template. "Saved as", opened new file in LibreOffice and the break was gone. Win 8.1 32-bit MSO 2013 LibreOffice: Version: 4.5.0.0.alpha0+ Build ID: a2fa9e2468aa5c4fd4b610c5d0ebc8959e87a072 TinderBox: Win-x86@39, Branch:master, Time: 2015-02-23_02:10:01 Locale: fi_FI
** Please read this message in its entirety before responding ** 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 on a currently supported version of LibreOffice (5.0.5 or 5.1.2 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System 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) 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: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2016-04-16
Created attachment 128089 [details] simple.doc: minimal test duplicating the problem The problem is related to Paragraph styles with page-break enabled. Word seems to throw away the "duplicate" page break (sprm 0x2407) that comes from the table-properties text-flow break-before, and uses only the paragraph style setting. Word honors the paragraph page-break for each row. Writer ignores all paragraph page-breaks that are inside of a table. A work-around for OP's LostTableBreaks.dot is to remove the page-break on the "Unit title" paragraph style.
proposed fix: https://gerrit.libreoffice.org/#/c/30127
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=f5f51cb93d11731c64dfd68044144100f5fc4b28 tdf#89377 ww8import: table honors ParaStyle break-before-page It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=d129099624d2b646d975c9567541ed9c18adb7ef tdf#89377 writerfilter: table honors ParaStyle break-before-page It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Justin Luth committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=55840d90c43d0ba6db4a9cda4af648df0776749b&h=libreoffice-5-2 tdf#89377 ww8import: table honors ParaStyle break-before-page It will be available in 5.2.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.