Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 124723 --- Errors related to .jpg file in IE and Firefox

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 124723 --- Errors related to .jpg file in IE and Firefox

Summary 
Modify the create method of image uri in the case of the input image directory is an absolute path.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 124723 --- Errors related to .jpg file in IE and Firefox

Description:
Why:
In the old code, if the input image directory is an absolute path, the src attribute of the produced img tag will be the absolute path. This is not a correct uri.

Fix:
Modify the handleImage() fucntion of HTMLCompleteImageHandler class to make the create method of image uri be correct, like "file:/C:/test 001/file1.bmp", while  input image directory is an absolute path.

 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/api/HTMLCompleteImageHandler.java#12 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top