[Libreoffice-bugs] [Bug 109184] FILEOPEN: DOCX - Table cells imported with white background when it should be no fill

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Jul 18 15:12:54 UTC 2017


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

Yousuf Philips (jay) <philipz85 at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jluth at mail.com,
                   |                            |mikekaganski at hotmail.com,
                   |                            |philipz85 at hotmail.com,
                   |                            |vmiklos at collabora.co.uk
             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) <philipz85 at hotmail.com> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170718/1ede17bf/attachment.html>


More information about the Libreoffice-bugs mailing list