You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2021/03/06 18:12:35 UTC

[Issue 128436] New: HTML table has wrongly shifted cell borders when opened in OpenOffice Writer

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: issues@openoffice.apache.org
          Reporter: vkurdukov@gmail.com
  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.

[Issue 128436] HTML table has wrongly shifted cell borders when opened in OpenOffice Writer

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128436

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #3 from oooforum (fr) <oo...@free.fr> ---
HTML table does not support border style.
Already reported

*** This issue has been marked as a duplicate of issue 932 ***

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

[Issue 128436] HTML table has wrongly shifted cell borders when opened in OpenOffice Writer

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128436

Marcus <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

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

[Issue 128436] HTML table has wrongly shifted cell borders when opened in OpenOffice Writer

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128436

Czesław Wolański <cz...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |czeslaw.wolanski@gmail.com

--- Comment #1 from Czesław Wolański <cz...@gmail.com> ---
Hi Vladimir,

Perhaps you could add to your report the link you provided
in your mail to users@openoffice.apache.org?

(post on stackoverflow.com)

Regards,
Czesław

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

[Issue 128436] HTML table has wrongly shifted cell borders when opened in OpenOffice Writer

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128436

--- Comment #2 from Vladimir Kurdukov <vk...@gmail.com> ---
In addition to the report, here are links about the issue in OO forum and SO:
https://forum.openoffice.org/en/forum/viewtopic.php?f=7&t=104658
https://stackoverflow.com/questions/66437606/html-table-does-not-display-correctly-in-open-office-writer

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