[Libreoffice-bugs] [Bug 61893] Specific doc file: with image and frame and text in footer: image wraps over part of the text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Mon Apr 20 09:01:11 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=61893
--- Comment #13 from Justin L <jluth at mail.com> ---
The problem is with the textbox itself. It is supposed to be wrap-through but
it is set to wrap-behind in LO.
// If we are to be "below text" then we are not to be opaque
// #i14045# MM If we are in a header or footer then make the object
transparent
// Not exactly like word but close enough for now
const bool bMoveToBackgrd = pRecord->bDrawHell ||
( ( m_bIsHeader || m_bIsFooter ) && pF->nwr == 3 );
if ( bMoveToBackgrd )
aFlySet.Put(SvxOpaqueItem(RES_OPAQUE,false));
This bug probably should not be "solved" unless you figure out exactly what
Microsoft does with their header/footer, and completely redo everything about
these hacks. Good luck with that. Any fix here will be a regression for a
different document...
--
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/20200420/973540f0/attachment.htm>
More information about the Libreoffice-bugs
mailing list