Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 116568 Smoke Test: Format string, format datetime and format num...

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 116568 Smoke Test: Format string, format datetime and format num...

Summary 

Bugzilla Bug (s) Resolved:

Description:
Why:
        The format is inheritable, if it defined in the parent, we should use getComputedStyle() to resolve the run time values.

Fix:
        use getComputedStyle() instead of the getStyle() to get the style property.

 
Test Description:
Unit Test
 
Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan


Back to the top