<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - IMPORT: Page border is invisible in specific DOCX (border color=auto)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=116472#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - IMPORT: Page border is invisible in specific DOCX (border color=auto)"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=116472">bug 116472</a>
from <span class="vcard"><a class="email" href="mailto:luke@deller.id.au" title="Luke Deller <luke@deller.id.au>"> <span class="fn">Luke Deller</span></a>
</span></b>
<pre>Thanks for looking at this Mike. I like that your second patch preserves the
behaviour before commit fe6da2feb57c3d5e355a36f6b8ac09b48412ff39 (except with
proper black rather than #00000A). Also there is some precedent for this:
1. The example you found already in the doc (ww8) import filter:
<a href="https://gerrit.libreoffice.org/#/c/51518/1/sw/source/filter/ww8/ww8par6.cxx">https://gerrit.libreoffice.org/#/c/51518/1/sw/source/filter/ww8/ww8par6.cxx</a>
2. A similar example I came across is for table cell background colour and fill
pattern colour, for which docx "auto" colour is imported as white and black
respectively. See I preserved this behaviour in my change:
<a href="https://gerrit.libreoffice.org/#/c/50995/3/writerfilter/source/dmapper/CellColorHandler.cxx">https://gerrit.libreoffice.org/#/c/50995/3/writerfilter/source/dmapper/CellColorHandler.cxx</a>
Do you think we might consider backporting these two changes to 6.0 to fix
tdf#116179? The alternative of adding proper COL_AUTO support for borders
sounds a bit scarier to backport.
After this though it would be a nice feature to support COL_AUTO for borders
properly, at least for better compatibility with Word documents. Regarding the
ability to represent this in ODF, let's CC Regina - perhaps we might ask for an
enhancement in the ODF standard, and use an extension in the meantime?</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>