Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 168170--The pagination of pdf is not right.

Title: CheckIn: Fix Bugzilla Bug 168170--The pagination of pdf is not right.

Summary 

Bugzilla Bug (s) Resolved:

168170--The pagination of pdf is not right.

Description:

In this case, the behaviors of pagination are correct, because user do not set page-break-inside: avoid on the rows. So break in the row is ok.

If user wants to keep the whole row together, user should set page-break-inside: avoid on the row.

There exists another bug in this case. Top border of the first row in the second page is missing. Fix this bug.

Test Description:

Manual Test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top