Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---121718 [Regression][Acceptance]Insert table to list group header row then only one data shows when preview.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---121718 [Regression][Acceptance]Insert table to list group header row then only one data shows when preview.

Summary 

Bugzilla Bug (s) Resolved:
121718 [Regression][Acceptance]Insert table to list group header row then only one data shows when preview.
Description:
In creating list item, we create items under list directly. In loading, the loader loads the list item first, then load the content item. As the content item is not the direct child of list item, it closes the list item.

Close the item only if the following item is not it's children.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "item in listgroup is the child of list." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top