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

Benjamin Wang <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Benjamin Wang <[email protected]> ---
I successfully replicated the issue with nightly build
Apache_OpenOffice_4.5.0_Win_x86 _install_ en-US_1858512.exe on Windows 10 Pro.

The test steps are as below:
1. Download index.html from Attachments and open it with OpenOffice Writer
2. The html document is displayed incorrectly in OpenOffice Writer. The first
page only contains email header, the second page contains a part of the email
content, and the third page is a blank page.
3. Export the document into PDF format and open it with Adobe Reader. The PDF
document looks as exactly same as displayed in OpenOffice Writer.
4. Open index.html with Firefox and IE respectively, and both displayed
correctly.

Then, I edited index.html and found there are a pair of DIV tags which enclose
all previous emails in the email chain. The interesting thing is after I
removed ID attribute from the DIV tag, OpenOffice Writer interpreted the html
document correctly. The test steps are as below:

1. Modify DIV tag from <DIV ID="yiv1294977476" DIR="LTR"> to <DIVDIR="LTR"> and
save the file as index-test6.html.
2. Open index-test6.html with OpenOffice Writer.
3. The email is displayed correctly in OpenOffice writer.
4. Convert it to PDF format and open it with Adobe Reader. The content of email
is converted accurately.

I have attached index-test6.html and index-test6.pdf to this report.

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

Reply via email to