[Libreoffice-bugs] [Bug 137683] TABLE FORMATTING: DOCX, Paragraph background color set to 'No Fill' not persisted on save
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Nov 20 12:53:04 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=137683
Justin L <jluth at mail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.documentfounda
| |tion.org/show_bug.cgi?id=64
| |490
--- Comment #8 from Justin L <jluth at mail.com> ---
The definitive bug report to look at might be bug 64490.
I have started an information gathering wiki page for char highlighting at
https://wiki.documentfoundation.org/Documentation/CharHighlight.
The root of the problem for this report is that the default para-style defines
a white colour highlight, which needs to be cancelled everywhere. Unbelievable.
<w:style w:type="paragraph" w:default="1" w:styleId="1">
<w:name w:val="Normal"/>
<w:rPr>
<w:highlight w:val="white"/>
This means we need to import AND export none highlighting. Great.
--
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/20201120/adf3db5d/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list