Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 161912 --- One more blank page in web view when set a page break on detail data item

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 161912 --- One more blank page in web view when set a page break on detail data item

- Summary:
Remove the initial group header and footer in TableGroupDesign and ListGroupDesign constructors.

- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 161912 --- One more blank page in web view when set a page break on detail data item

- Description:
If there is no group header or footer, we newed an empty one. So when we checked children of  list group and table group, there returned unexpected result. In this bug, at the last page, the empty group footer will be founded, so we create a blank page.


- Tests Description  :
Manual Test, Unit Test.


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/List1.txt"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/TableGroupDesign.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ListGroupDesign.java"
"/org.eclipse.birt.report.engine/test/org/eclipse/birt/report/engine/executor/table1.txt"

- Files Added:

- Files Deleted


-Wei Zhao( Shanghai )



Back to the top