sonnv56 / xdocreport

Automatically exported from code.google.com/p/xdocreport
0 stars 0 forks source link

Wrong table-header-row handling #377

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Convert the attached ODT to PDF with the live demo 
http://xdocreport-converter.opensagres.cloudbees.net/
2. Open the second page in the PDF-Document.
3. The converter repeat the Header-Row and the first Row from the first page 
instead of only the header row.

What is the expected output? What do you see instead?

Expected output on the second page:
|Spalte 1|Spalte 2|Spalte 3|
----------------------------
|1o      |11      |12      |
----------------------------

Output on the second page in the pdf:
|Spalte 1|Spalte 2|Spalte 3|
----------------------------
|1       |2       |3       |
----------------------------
|1o      |11      |12      |
----------------------------

What version of the product are you using? On what operating system?
1.0.4-SNAPSHOT

Please provide any additional information below.

Original issue reported on code.google.com by scholl...@gmail.com on 27 Feb 2014 at 2:59

Attachments:

GoogleCodeExporter commented 9 years ago
Thank's for the attached odt.

@Leszek have you time to see the problem. Thank's.

Original comment by angelo.z...@gmail.com on 27 Feb 2014 at 3:06

GoogleCodeExporter commented 9 years ago
Hi,

are there any news about this issue.

Thanks in advance.

Original comment by scholl...@gmail.com on 16 Mar 2014 at 10:31

GoogleCodeExporter commented 9 years ago
No we have done nothing about this issue. No time for the moment to study the 
problem.

Regards Angelo

Original comment by angelo.z...@gmail.com on 16 Mar 2014 at 10:46

GoogleCodeExporter commented 9 years ago
Hi Angelo,

can you try the attached patch?
The patch fixes my problem.
I have also added a Testcase for the issue 377.

Regards Thomas

Original comment by scholl...@gmail.com on 30 Mar 2014 at 8:17

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Thomas,

Many thank's for your patch! See
https://code.google.com/p/xdocreport/source/detail?r=af50945745eb777c0e24de1fe6c
8a501efc2ff13

Don't hesitate to contribute to XDocReport.

Regards Angelo

Original comment by angelo.z...@gmail.com on 31 Mar 2014 at 12:47