<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><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> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Image behind table on DOCX (and RTF) in footer (header)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135595">bug 135595</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>WONTFIX
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Image behind table on DOCX (and RTF) in footer (header)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135595#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WONTFIX - Image behind table on DOCX (and RTF) in footer (header)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=135595">bug 135595</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>This information is probably very relevant:
<span class="quote">> <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILEOPEN particular .docx with destroyed TABLE structure (start at comment7)"
   href="show_bug.cgi?id=48658">tdf#48658</a> writerfilter: only set THROUGH wraps as transparent

> commit 15c3a08b8b1e8060f9659c7bc98480a39d1802c5 set transparency
> before the wrap type was known (which is good in case wrap type is
> never defined, and the default wrap type IS through, so that fits)
> but transparency was never re-evaluated once the wrap type was known.

> In MSWord, the header is at a lower zOrder than the body,
> so objects that are OVER the header text are still UNDER
> the body text. Writer emulates this by insisting that ALL
> through-wrapped header objects are UNDER the header text.
> (This ought to only apply to objects that spill into the
> body text area, but that’s pretty hard to calculate, so
> transparency was applied to any object anchored in the header.)</span >

Note that it is harder in 7.1 to create this example from scratch because of:
<span class="quote">> <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - FILEOPEN: green image in .DOC header incorrectly positioned, "bellow paragraph" from Word not correctly set "from top to margin" in Writer"
   href="show_bug.cgi?id=104596">tdf#104596</a> sw COMPAT layout: wrap in header for in-table flies

> You might have noticed that text in header/footers
> will not wrap around fly frames, but just run underneath,
> regardless of the wrap settings. Strange, eh?</span >


So. 
a.) as an older document, wrap is ignored even on table-anchored objects.
b.) and thus the default "through" wrap is forced into the background.
c.) this could presumably be marked as "fixed in 7.1" for newly created docs.

Therefore, I don't think much can or should be done about this bug report.

My concern still is that the wrap status doesn't show "in background" even
though it acts like it. (And I guess that makes sense because this is all
"layout emulation" and so the actual properties are not changed.) But why does
changing from "none" to "in background" actually set to "through"? (Well, it is
probably a combination of wrap+opaque settings, and this just toggles
WrapTextMode_THROUGH between opaque and transparent.
(sw/source/uibase/shells/basesh.cxx)

Since this is unconfirmed so far, and no one else has commented, I'll
immediately mark it as WONTFIX, but feel free to change that.</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>