Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: Fix Bugzilla Bug 190981--The image id of image in different pages are the same

Title: CheckIn: Fix Bugzilla Bug 190981--The image id of image in different pages are the same

Summary 

Fix Bugzilla Bug 190981--The image id of image in different pages are the same

Bugzilla Bug (s) Resolved:

190981--The image id of image in different pages are the same

Description:

The instance id for the same item in deferent pages is the same.

Use unique id instead of instance id as the identification of image.

Test Description:

Manual test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/LocalizedContentVisitor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/impl/Image.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:


Back to the top