Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 135205--Table extends to right edge of page in pdf

Title: CheckIn: Fix Bugzilla Bug 135205--Table extends to right edge of page in pdf

Summary 

Fix Bugzilla Bug 135205--Table extends to right edge of page in pdf

Bugzilla Bug (s) Resolved:

135205--Table extends to right edge of page in pdf

Description:

Why:

Two issues exist in layout engine:

1.      Layout engine does not re-calculate table/column width after page-break.
2.      Layout engine does not update cell width after page-break.

Fix:

The first issue had been fixed in 2.1.0RC5, this check-in will fix the second issue.

Update unfinished cell width after page-break.

Test Description:

Manual Test

 

Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java

 Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top