Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 179676--[regression]Error when report has chart in master page[05]

Title: CheckIn: Fix Bugzilla Bug 179676--[regression]Error when report has chart in master page[05]

Summary 

Bugzilla Bug (s) Resolved:

179676--[regression] Error when report has chart in master page [05]

Description:

Fix Bugzilla Bug 179676--[regression] Error when report has chart in master page [05]

In previous version, we generate a page content DOM tree, and then localize the DOM tree. This solution will cause failure when rendering chart, because the stack of data does not exist after generation time.

Change to localize the content immediately after generating.

Test Description:

Manual test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/PageReader.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/l18n/LocalizedReportExecutor.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/executor/doc/ReportPageReader.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top