Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix bugzilla bugs: 130069, 123875 , 104474 etc

Title: Checkin: Fix bugzilla bugs: 130069, 123875 , 104474 etc

 Summary 

Bugzilla Bug (s) Resolved:
130069 master page contents overlap with body contents when previewing in PDF

123875 Inconsistent rendering of <p> and <br/> tags in Dynamic Text/HTML

104474 Show header on first, floating footer don't work in Master Page

Description:.

  1. Support auto resize for page header and footer in BIRT PDF emitter.
  2. Enhancement on supporting html tag <p> in BIRT PDF emitter, add margin-top and margin-bottom.
  3. Support floating footer in BIRT PDF emitter.

Test Description:
Manual Test


Files Edited:

"/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/area/impl/PageArea.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/PageLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/ReportLayoutEngine.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/AbstractLayoutEngine.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/impl/RegionLayoutManager.java" "/org.eclipse.birt.report.engine.emitter.pdf/src/org/eclipse/birt/report/engine/layout/util/HTML2Content.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:

 


Back to the top