﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5020	Inserted image not being displayed correctly on IE6	Michael Bu		"When inserting images using the Image plugin, if the ""fileurl"" string returned via ""window.opener.CKEDITOR.tools.callFunction"" as stated in [http://docs.cksource.com/CKEditor_3.x/Developers_Guide/File_Browser_%28Uploader%29/Custom_File_Browser] is not a full URL path (without the protocol and domain info), on IE6 the image src would be rendered as ""http:///path_to_image"" with the extra ""http://"" in front. Which in turn cause the image not being displayed and inserted correctly as expected.

The root cause has to do with the way those ""img"" elements are created in the image plugin. On IE6 this line of code in plugins/image/dialogs/image.js would always fail: 
{{{
original.setAttribute( 'src', newUrl );
}}}

"	Bug	closed	Normal		UI : Dialogs	3.1	expired		
