Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 121818 [Regression]Data in list footer can't be preview

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 121818 [Regression]Data in list footer can't be preview

Summary 

Bugzilla Bug (s) Resolved:
121818 [Regression]Data in list footer can't be preview
Description:
When executing the list header/table header, the current row of the dataset is before the first line. When executing the list/table footer, the current row is after the last line of the dataset, so it cause this errors.

Move the row to the first row when executiont he table header, move the row to the last row when execute the list/table footer.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "allow data item in table/list header and footer" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ListingElementExecutor.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top