﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3677	Image inside floating div cannot be linked, looses focus on IE7	Ioannis	Martin Kou	"Add an image inside a floating div:

<div style=""float: right""><img src=""..."" /></div>

If you select the image and press the Add Link button, the link (<a>) is positioned at the beggining of the editor content as text and not at the image.

Alternatively, if you select the image and try to enter a link from the Link tab of Image Properties dialog, you get Javascript errors in IE7:

Line 82: 'undefined' is null or not an object[[BR]]

Line 789: Object doesn't support this property or method

It seems that line 256 of fck_image.js: (
{{{
oLink = oEditor.FCK.CreateLink( sLnkUrl )[0] ;
}}}
) does not return an object.

The cause is that the editor looses selection when CreateLink is called inside a floating image.
If you edit an existing link with image, all is OK.

This bug is related to ticket #798 which is resolved in FCKEditor 2.6.4"	Bug	closed	Normal	FCKeditor 2.6.5	General	FCKeditor 2.6.4	fixed	IE Confirmed Review+	
