Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 158700 Embedded image from library can not preview as Web Viewer

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 158700 Embedded image from library can not preview as Web Viewer

- Summary:

- Bugzilla Bug (s) Resolved:

158700 Embedded image from library can not preview as Web Viewer

- Description:

        If a image is comes from library, the model will change its name while flatening the design by removing the library reference. If the IR cache still saves the orignal name into the document, the web-veiwer will fail to find the image from the design.

        If the image name is same with the one defined in the design, don't save the image name into cache but retrive it from the design directly.

- Tests Description  :

        Manul Test

- Notes to Build Team:

        It is checked in both the 2.2 and 2.1.2

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "fix bugs about embed image in library" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/EngineIRWriter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/ir/ImageItemDesign.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top