﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
798	Image inside floating DIV looses selection with Context Menu	cinzia62@…	Alfonso Martínez de Lizarrondo	"If you add an image into a Div then you apply a style to the div like this
<div style=""float:right""><img ...> </div>
if then you select the image and get the properties, it appears that all
the properties are lost.
But if you go to the source code you can see that they are not lost.
Following the source code with debugger, I noticed that this instruction in
fck_image.js

{{{
var oImage = FCK.Selection.GetSelectedElement() ;
}}}
----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1628785&group_id=75348&atid=543653

return an undefined element.
I have tested it with IE6 on WinXP e win2003.
"	Bug	closed	Normal	FCKeditor 2.6.4	General	FCKeditor 2.5	fixed	SF Confirmed IE Review+	Frederico Caldeira Knabben
