Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bug 142117 and 150775

Summary: fix bug 142117 :  PDF does not display border on group footer properly

                  150775 : Table bottom border is missing when pages break

  

-         Description:  adding bottom border while Group paginates for the property of “page-break-before” or “page-break-after”

   If the remaining space in the bottom of the page is too narrow for a new row or a new table band to be added in, bottom border is added by force

    Any border is removed if it’s the bottom border of a paginated cell in the previously terminated page or the top border of that same cell in the newly created page.

 

- Tests Description  :  Manual test.

 

- Notes to Build Team:

 

- Notes to Developers:

 

- Notes to QA: 

 

- Notes to Documentation: 

 

-        Files Edited:

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

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

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

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

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

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

- Files Added:

 

- Files Deleted

Qingwei Song


Back to the top