Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 147990 Group page-break-after will cause blank page after each group

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 147990 Group page-break-after will cause blank page after each group

- Summary:

- Bugzilla Bug (s) Resolved:
147990 Group page-break-after will cause blank page after each group
- Description:
The page-break-after of group can only be determinated when the group is ended, so it must be added to the next group instead of itself.
- Tests Description  :
Manual Test
- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "fix bugs in page-break-after of group and repeat-header" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/TableGroupExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/GroupExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportItemReader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListGroupExecutor.java"

***
cvs ci -m "remove extra arguments added by the eclipse platform" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/plugin/ReportExecutor.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top