Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix bugzilla bug: 147833--Render attached report to pdf from document failed

Title: CheckIn: Fix bugzilla bug: 147833--Render attached report to pdf from document failed

Summary 

Bugzilla Bug (s) Resolved:

147833--Render attached report to pdf from document failed

Description:

Why:

In PDF layout engine, List band is a run-in element. When page break occurs on an inline-block element in list band, the band executor will be closed before the inline-block element. This action breaks the hierarchy of executors.

Another issue is that the inline-block elements will get wrong data after page break.

Fix:

Make the inline-block elements a DOM tree before layout in this kind of case.

Test Description:

Manual Test

 

Files Edited:

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

/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/content/ListContainerExecutor.java"

 Notes to Build Team:

 

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top