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

Yousuf Philips (jay) <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
             Blocks|                            |94774
            Summary|FILESAVE: DOCX - Table in   |FILEOPEN: DOCX - Table
                   |header gets white           |cells imported with white
                   |background color upon save  |background when it should
                   |                            |be no fill

--- Comment #3 from Yousuf Philips (jay) <[email protected]> ---
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?


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=94774
[Bug 94774] [META] OOXML object fill bugs
-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to