https://bugs.freedesktop.org/show_bug.cgi?id=80345

          Priority: medium
            Bug ID: 80345
          Assignee: libreoffice-bugs@lists.freedesktop.org
           Summary: HTML Document: Insert Table always insert a table with
                    no right and left border
          Severity: major
    Classification: Unclassified
                OS: All
          Reporter: suokunl...@gmail.com
          Hardware: All
            Status: UNCONFIRMED
           Version: 4.1.5.2 rc
         Component: Libreoffice
           Product: LibreOffice

This bug is a "clone" of bug 80292. In that bug I found that when create a HTML
document in libreoffice and insert a table, it's always a "one-column" table.
But after further investigation, I find it's not "one-column", it's many
columns as expected but without left and right borders so it looks like
one-column.

Steps:
1. Start LibreOffice;
2. File - New - HTML Document;
3. Table - Insert - Table:  8 rows 8 columns

Current Result:

A table with 8 rows and 8 columns was inserted, but there is no left and right
borders for the cells. 
When save the file and view HTML source, I see the following for each <td> tag:

<td width="13%" ... border-right: none;...>

So maybe the "border-right: none" caused the problem.
When you insert a table, it should never by default to set top-bottom borders
to 1px but left-right borders to none.

Reproduce with: 
4.2.5.2, 4.3.0.1
Ubuntu 14.04 x86

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to