Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 151185--Chart position wrong at PDF

Title: CheckIn: Fix Bugzilla Bug 151185--Chart position wrong at PDF

Summary 

Bugzilla Bug (s) Resolved:

151185--Chart position wrong at PDF

Description:

Why:

1. Text-align is an inheritable property, but chart can not get this property from its parent (table cell).

The reason is that the content parent of chart is not set in PE.

2. When the chart (image) width is specified by user, the line area width usually is the same as chart (image), so text-align does not work.

Fix:

1.      Set correct parent in PE.
2.      Apply text-align in cell area.

Test Description:

Manual Test

 

Files Edited:

"/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/layout/pdf/PDFTableLM.java"

 Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:



Back to the top