<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Table cells imported with white background when it should be no fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109184">bug 109184</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;">CC</td>
           <td>
                
           </td>
           <td>jluth@mail.com, mikekaganski@hotmail.com, philipz85@hotmail.com, vmiklos@collabora.co.uk
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Blocks</td>
           <td>
                
           </td>
           <td>94774
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>FILESAVE: DOCX - Table in header gets white background color upon save
           </td>
           <td>FILEOPEN: DOCX - Table cells imported with white background when it should be no fill
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Table cells imported with white background when it should be no fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109184#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - FILEOPEN: DOCX - Table cells imported with white background when it should be no fill"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=109184">bug 109184</a>
              from <span class="vcard"><a class="email" href="mailto:philipz85@hotmail.com" title="Yousuf Philips (jay) <philipz85@hotmail.com>"> <span class="fn">Yousuf Philips (jay)</span></a>
</span></b>
        <pre>This issue happens with all tables in the document and not just the ones in the
header, though its only noticeable by default in the header as there is an
image behind the table. Also this is a file import problem as opening the LO
saved DOCX file in Word 2010 looks fine.

The problem boils down to LO not being able to handle the set values of the
fill and val attributes of the <w:shd> tag, as shown in the xml snippet below.

<w:tbl>
 <w:tr>
  <w:tc>
   <w:tcPr>
    <...>
    <w:shd w:fill="auto" w:val="clear" />
    <...>
   </w:tcPr>
  </w:tc>
 </w:tr>
</w:tbl>

Justin, Mike, Miklos: Any of you want to take this issue on?</pre>
        </div>
      </p>

        <div id="referenced">
          <hr style="border: 1px dashed #969696">
          <b>Referenced Bugs:</b>
          <ul>
              <li>
                [<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - [META] OOXML object fill bugs"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=94774">Bug 94774</a>] [META] OOXML object fill bugs
              </li>
          </ul>
        </div>
        <br>

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

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