﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2495	Can't get properties of an image inside a div with some styles	Alfonso Martínez de Lizarrondo	Alfonso Martínez de Lizarrondo	"Some bugs have been marked as dups of #798, because the final situation is the same (and are due to the same internal IE problem), but the fact is that they are different issues.

This problem started after fixing #1990, and it does include a call to set the focus in the editor
{{{
FCKSelection.Save = function()
{
	// Ensures the editor has the selection focus. (#1801)
	FCK.Focus() ;
}}}

if that call is removed, then this problem goes away, but the context menu still fails, so this is not a dup of #798 as it could be possible to fix it.

"	Bug	closed	Normal	FCKeditor 2.6.4	UI : Dialogs	FCKeditor 2.6	fixed	Confirmed IE Review+	
