Created attachment 66712 [details] Example 18.rtf - original file with draw objects and page numbering in footer, *.jpg - how the same section of document looks like MSO, LibO and AOO LibreOffice 3.6.1.2 (Final) (Build ID e29a214) Russian UI/Locale on Russian Windows XP Professional SP3 (32bit) In MS Office 2007 SP3 all is fine. Draw objects are correct, numbering in footer is ok. In LibreOffice 3.6.1.2 Final there are problems. In draw objects some symbols are missed (instead of addition, subtraction, multiplication, and amount symbols you will see empty squares), there is no numbering in footer at all. In Apache OpenOffice 3.4.1 Final there are problems too. In draw objects some symbols are displayed incorrect, numbering in footer is ok.
Just noticed one more problem in that file. In LibreOffice 3.6.1.2 in headers and footers fonts are with wrong colors (titles "КонсультантПлюс" and links "www.consultant.ru" must be shades of blue, not black) In Apache OpenOffice 3.4.1 & MS Office 2007 SP3 all colors are right.
As the OP has attached rather lenghty document, and forgot to mention the exact position of the draw objects problems, they may be found at page 52 and later. I suppose it is a known problem with MS Metafile cheating with special fonts, using wrong codes for symbols. As it is quite common, it would be very desirable to create some workaround for it.
Thank you very much for your bug report and the additional screenshots to illustrate these bugs. Unfortunately, most of the mentioned bugs are still reproducible with LO 4.0.0.3 (Win7 Home, 64bit). But the mentioned symbols have already been improved in the meantime and are now shown correctly. But the header and footer are displaced with wrong colors and missing page numbering. The alignment of some formulas is also still buggy. importance changed to major
Created attachment 79831 [details] Screenshot where we can see too many footers on page 52 in LibO 4.1.0 Beta 1 Version: 4.1.0.0.beta1 Build ID: 5271b34bec742e190e2fe5a7dadb7334a705b54 In header and footer are right colors shown (titles "КонсультантПлюс" and links "www.consultant.ru" are shades of blue now). But still missing page numbering. There is a new problem with 4.1.0.0.beta1 - a huge number of footers (you can see them on page 52), also attached screenshot.
Created attachment 79849 [details] Trimmed down document This one should be easier to work with.
Comment on attachment 79849 [details] Trimmed down document Mimetype fixed
** 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 (4.4.1 or later) 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: 2015-04-18
Most of the mentioned bugs are still reproducible with LibreOffice 4.4.2.2 Build ID c4c7d32d0d49397cad38d62472b0bc8acff48dd6 Locale ru_RU on Windows XP Professional SP3 (32bit) The only thing was fixed - now in header and footer are right colors shown (titles "КонсультантПлюс" and links "www.consultant.ru" are shades of blue now). But still in formulas some symbols are missed (instead of addition, subtraction, multiplication, and amount symbols you will see empty squares), there is no page numbering.
Significant improvement in LibreOffice version: 5.0.4.1 Build ID: 2def61bcbb29a7a8611b833682fe1291910b11ad Locale: ru-RU (ru_RU) In formulas correct symbols are shown now. But there is still no page numbering in footer.
Created attachment 121073 [details] Minimal test case for bug 54584 The problem with page numbers is that the fields are prepended with backslashes (like this: \\PAGE). I attached an absolute minimum test case with the fields with and without backslashes. The [MS-RTF] (https://www.microsoft.com/en-us/download/details.aspx?id=10725, page 194 "Fields") does not allow this. So, it may be considered ill-formed document, and closed as NOTOURBUG. But then, MS Word forgives this, and reads it normally; moreover, it keeps the backslashes when the document is saved to DOCX, and then LO is unable to show pages again. I proposed a patch to gerrit: https://gerrit.libreoffice.org/20420 If reviewers decide it worth commiting, then this will be fixed.
Of Course, someone can say, as always, that Apache OpenOffice is not the ancestor of LibreOffice, but as I wrote in first posts, even in old Apache OpenOffice 3.4.1 Final numbering in footer is ok. So, despite the fact that [MS-RTF] (https://www.microsoft.com/en-us/download/details.aspx?id=10725, page 194 "Fields") does not allow this, problem occurs ONLY in LibreOffice at least from version 3.6 or even earlier.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=a800cc780b60d61fd871ec5598c80a431e13903f tdf#54584: allow backslash before field type in RTF and DOCX It will be available in 5.2.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.
Mike Kaganski committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=e4d5b5efac71ed2a08dcd09877078a6cf6bde0d2 tdf#54584: adjust skip-slash condition, allow unterminated quote It will be available in 5.2.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.
Assuming this to be fixed due to comment 12.