<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Specific doc file: with image and frame and text in footer: image wraps over part of the text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=61893#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Specific doc file: with image and frame and text in footer: image wraps over part of the text"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=61893">bug 61893</a>
              from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
        <pre>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...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>