[Libreoffice-bugs] [Bug 126762] New: Table style lost on export to HTML
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 8 07:18:03 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=126762
Bug ID: 126762
Summary: Table style lost on export to HTML
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: medium
Component: filters and storage
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: heiko.tietze at documentfoundation.org
CC: xiscofauli at libreoffice.org
* Table > Insert Table: Okay (using the Default Style) - this creates a table
with black cell borders in Writer
* Export as HTML, open in Browser (checked with FF, Chromium) - no table
Running this with 5.2.7 works and the exported file looks like this:
<td width="25%" style="border-top: 1px solid #000000; border-bottom: 1px
solid #000000; ...
with master (and supposedly 6.1) we get
<td width="50%" style="background: transparent" style="border-top: 1px solid
#000000; ...
Removing the duplicate style entry manually solves the issue
<td width="25%" style="border-top: 1px solid #000000; ...
--
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/20190808/d4e4584d/attachment.html>
More information about the Libreoffice-bugs
mailing list