﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2597	Safari: drop from outside the editor is disabled	Alfonso Martínez de Lizarrondo	Martin Kou	"Since the introduction of [589] the external drop of elements in FCKeditor is disabled in Safari.

That's meant to respect the ForcePasteAsPlainText setting, but every drop is always disabled in this code:
{{{
 var cancelHandler = function( evt ){ evt.returnValue = false ; } 
 this.EditorDocument.addEventListener( 'dragenter', cancelHandler, true ) ; 
 this.EditorDocument.addEventListener( 'dragover', cancelHandler, true ) ; 
 this.EditorDocument.addEventListener( 'drop', this._ExecDrop, true ) ;
}}}

"	Bug	closed	Normal	FCKeditor 2.6.4	General	FCKeditor 2.5 Beta	fixed	Confirmed Safari Review+	
