Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] [brit-dev]CheckIn: fix bugzilla bug 123342 -- 2.0RC Inconsistent rendering: script error with frameset; improper PDF rendering

Title: [brit-dev]CheckIn: fix bugzilla bug 123342 -- 2.0RC Inconsistent rendering: script error with frameset; improper PDF rendering

Summary 

Bugzilla Bug (s) Resolved:
bugzilla bug 123342 -- 2.0RC Inconsistent rendering: script error with frameset; improper PDF rendering 

Description:
refactor the pagination algorithm in PDF emitter.

Pagination strategy:

1.      Try to avoid overflow.
2.      Try to avoid white spacing in page
3.      Try to keep integrity of rows.

Test Description:
Manual Test


Files Edited:

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/BlockContainerLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/area/impl/TableBandArea.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/TableLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/StackingLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/LineAreaLayoutManager.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


Back to the top