Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 117974 report pre-defined style (cannot be previewed in html/pdf)

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 117974 report pre-defined style (cannot be previewed in html/pdf)

Summary 

Bugzilla Bug (s) Resolved:
117974 report pre-defined style (cannot be previewed in html/pdf)

Description:
Why:
        We use getColorProperty().getCssText() to get the color value, it returns RGB(xx, xx,xx). But the CSS requires the color as rgb(xx, xx,xx), so it falied to get the default color.

Fix::
        change the getCssText() to getStringValue(). It returns #xxxxxx which is accpeted by the CSS parser.

 
Test Description:
Manual Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/parser/EngineIRVisitor.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top