#370: Interchanging content loses format when source and target are not both
Opera
----------------------+-----------------------------------------------------
  Reporter:  saul11   |       Owner:  [EMAIL PROTECTED] 
      Type:  Bug      |      Status:  assigned           
  Priority:  Normal   |   Milestone:  Opera Compatibility
 Component:  General  |     Version:  FCKeditor 2.4.2    
Resolution:           |    Keywords:                     
----------------------+-----------------------------------------------------
Comment (by [EMAIL PROTECTED]):

 > it would be wonderful to have a way to catch the pasting operation,
 > retrieve the "to be pasted" data, clean it up as need and then inject
 > it in the editor

 I know IE has an onpaste event that I know nothing about, but I assume
 we'll implement it when we implement support for rich content pasting.
 (Checked MSDN. Their model seems a bit confusing..) I guess something like

 onpaste = function(event){ doSomething(event.data);
 event.preventDefault(); }

 would suit the use case?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/370#comment:7>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to