https://bugs.documentfoundation.org/show_bug.cgi?id=96009
Yousuf Philips (jay) <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
Blocks| |107701
Summary|Formatting of tables wrong |FILESAVE: DOCX - Extra top
|after filesave and fileopen |border appears on last row
|in docx (extra border |of table
|added) |
--- Comment #8 from Yousuf Philips (jay) <[email protected]> ---
So LO is incorrectly saving <w:insideH> entries in the border properties of the
cells of the last rows, as below.
<w:tc>
<w:tcPr>
<...>
<w:tcBorders>
<w:bottom w:val="single" w:sz="12" w:space="0" w:color="000000" />
<w:insideH w:val="single" w:sz="12" w:space="0" w:color="000000" />
</w:tcBorders>
<...>
</w:tcPr>
<...>
</w:tc>
MS Word ignores the <w:insideH> entries set at that the <w:tc> cell-level as
<w:insideH> "Specifies the border to be displayed on all interior horizontal
edges of the cell. Note that this is mostly useless in the case of individual
cells, as there is no concept of interior edge for individual cells. However,
it is used to determine cell borders to apply to a specific group of cells as
part of table conditional formatting in a table style, e.g., the inside edges
on the set of cells in the first column." - ECMA-376, 3rd Edition (June, 2011),
Fundamentals and Markup Language Reference ยง 17.4.24.
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=107701
[Bug 107701] [META] Table border bugs and enhancements
--
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