Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---117820 extra page break for page-break-interval 117430 content type of dynamic text

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---117820 extra page break for page-break-interval 117430 content type of dynamic text

Summary 

Bugzilla Bug (s) Resolved:
117820  No judgement for the next record when setting page break in HTML
117430 [smoke]Content type of dynamic text should be the _expression_ instead of  text

Description:
Why:
117820:
If the page-break-interval creat page-break in the last row, we should remove it, otherwise the table footer is in the next page.

117430
contentType of dynamic text has been changed to choice in new specification.

Fix:
Remove the last page-break created by page-break-interval if it is in the last row.
Change the contentType to choice.

 
Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/MultiLineItemDesignTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/impl/ReportRunnerTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/MultiLineItemDesign.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilder.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/multiline.xml" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListItemExecutor.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/data/dte/ReportQueryBuilderTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/ir/ColumnTest.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/ir/MultiLineItemTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/ReportDesignWriter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/ImageItemDesignTest.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/MultiLineItemExecutor.java" "/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/parser/TextDesignTest.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top