Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 125247 --- changing an embedded image in onCreate needs this.data=null to work

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 125247 --- changing an embedded image in onCreate needs this.data=null to work

Summary 
Set ImageContent.data as null in setImageName function.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 125247 --- changing an embedded image in onCreate needs this.data="" to work

Description:
Why:
In the getData fuction of ImageContent, we can't get the scripted new image data because the data is not null.

Fix:
Set ImageContent.data as null in setImageName function.
 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/ImageContent.java#11 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top