Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117884 Master page information lost when render attached file through RenderTask

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117884 Master page information lost when render attached file through RenderTask

Summary 

Bugzilla Bug (s) Resolved:
117884 Master page information lost when render attached file through RenderTask

Description:
Why:
The page header and page footer contains a grid. The content loader should load the whole page content and output the page content. While loading the page content, it failes to construct the content tree, all children of the grid are missing.

Fix:
Load the children of grid and add them into the grid content.

 
Test Description:
Manual Test
 
Files Edited:

cvs ci -m "fix the bug in the page header/footer loading " -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportContentLoader.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/RenderTask.java"

  
Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top