Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 161899--[Smoke]Font , size, color and background color of highlight take no effects in head and branch 2.1.2

Title: CheckIn: Fix Bugzilla Bug 161899--[Smoke]Font ,size,color and background color of highlight take no effects in head and branch 2.1.2

Summary 

Bugzilla Bug (s) Resolved:

161899--[Smoke]Font ,size,color and background color of highlight take no effects

Description:

This issue is caused by the last check-in on performance enhancement.

In the enhancement, BIRT does not call the method of outputting the style if the style is null or empty.

But if the style is a shared StyleDeclaration instance, it is always regarded as an empty style before a setting operation.

The reason is that we do not initialize the count of property in constructor.

Test Description:

Manual Test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/dom/StyleDeclaration.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top