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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

* 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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to