Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 128674 PDF not obeying width or background color

Summary 
support background properties on column for PDF output.

Bugzilla Bug (s) Resolved:
Bugzilla Bug 128674   PDF not obeying width or background color

Description:

The bug is caused by PDF output have not a corresponding area to save the background style on column.

The solution is if the cell and the row containing the cell have not background properties. We will directly use the properties of the column as the cell’s.

Test Description:
Manual Test
 
Files Edited:
 "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/CellComputedStyle.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:

 

 

Best regards,

Yu Chen

 


Back to the top