https://bz.apache.org/ooo/show_bug.cgi?id=128436

          Issue ID: 128436
        Issue Type: DEFECT
           Summary: HTML table has wrongly shifted cell borders when
                    opened in OpenOffice Writer
           Product: Writer
           Version: 3.3.0 or older (OOo)
          Hardware: All
                OS: All
            Status: CONFIRMED
          Severity: Normal
          Priority: P5 (lowest)
         Component: open-import
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 87008
  --> https://bz.apache.org/ooo/attachment.cgi?id=87008&action=edit
HTML table with solid-style cell borders opened in OpenOffice Writer

HTML table has wrongly shifted cell borders when opened in OpenOffice Writer.

Steps to reproduce:

1. Create .htm file with the contents as below. The main point is that cell
borders are made by cell's border:solid style.

<html>
 <body>
  <table height="200">
  <tr>
   <td width=100 bgcolor="red" style="border:solid blue 4pt">
     1
   </td>
   <td width=100 bgcolor="gray" style="border:solid green 4pt">
     2<br>
     3<br>
     4<br>
     5
   </td>
  </tr>
  </table>
 </body>
</html>

2. Open this file in OO Writer.

Actual result: 

Вlue and green borders are inside colored rectangles (please see attached
image).

Expected result: 

Blue and green borders are on the edge of colored rectangles.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to