#2597: Safari: drop from outside the editor is disabled
-----------------------+----------------------------------------------------
Reporter: alfonsoml | Owner:
Type: Bug | Status: new
Priority: Normal | Milestone: FCKeditor 2.6.4
Component: General | Version: FCKeditor 2.5 Beta
Keywords: |
-----------------------+----------------------------------------------------
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 ) ;
}}}
--
Ticket URL: <http://dev.fckeditor.net/ticket/2597>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac