Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 119534 Image rendering and color rendering issues through renderTask

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 119534 Image rendering and color rendering issues through renderTask

Summary 

Bugzilla Bug (s) Resolved:
119534 Image rendering and color rendering issues through renderTask
Description:

Embedded HTML output should flatten the styles defined in the "class" to "style". It does so for all content object, but forgets the style of column which is not a content object.

Flatten the style of column as inline also.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "add inline styles for column in embedded html" -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top