[Libreoffice-bugs] [Bug 104596] FILEOPEN: green image in .DOC header incorrectly positioned, "bellow paragraph" from Word not correctly set "from top to margin" in Writer

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Apr 16 12:25:00 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=104596

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.documentfounda
                   |                            |tion.org/show_bug.cgi?id=39
                   |                            |155

--- Comment #12 from Justin L <jluth at mail.com> ---
Repro 7.0+
The green box is now inside of the table, but the text is not wrapping around
it.

There seems to be some kind of layout exception for wrapping in headers for MS
compatibility (see commits for bug 39155 - which I found using bibisect 43all -
looking for the last time text would wrap in the header, which was LO 3.6).

http://www.openoffice.org/specs/writer/compatibility/adjust-text-wrapping.sxw

Lots of old commits trying to figure this out. Here is an interesting one:
commit 70b4ac2416f65437c8553d2e69f6920ce26d4fd8
Author: Jens-Heiner Rechtien <hr at openoffice.org>
Date:   Mon Feb 2 17:35:49 2004 +0000
+    // OD 14.10.2003 - keep wrapping of objects in page header/footer.
+    /*
     //#108778# when in a header or footer word appears to treat all elements
     //are wrap through
     if (bIsHeader || bIsFooter)
         pF->nwr = 3;
+    */

---------------------------------------------------------------------------

This particular document has a few other complicating factors.
The first is that there is a continuous section break. The first section has a
wrap-through green square, and the second section has a no-wrap green-square.
Word 2016 kindof falls over with this document.
Even Word 2003, when you look at the properties of section 1's green square and
then hit OK - the green square merges with the text - just like LO shows it. So
there is some kind of corruption or invalidity in this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200416/7eeb8b2f/attachment.htm>


More information about the Libreoffice-bugs mailing list