Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 151202--[regression]Set default master page to item in cell will cause blank page

Title: CheckIn: Fix Bugzilla Bug 151202--[regression]Set default master page to item in cell will cause blank page

Summary 

Bugzilla Bug (s) Resolved:

151202--[regression] Set default master page to item in cell will cause blank page

Description:

Why:

In layout engine, the property of master page name is not initialized as default master page, which causes the blank page.

Fix:

Do this initialization at the start time of layout.

Test Description:

Manual Test

 

Files Edited:

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/html/HTMLAbstractLM.java"

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFAbstractLM.java"

 Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top