#3740: [IE] Paste from Word does not paste on last cursor location
--------------------------------------+-------------------------------------
 Reporter:  damo                      |       Owner:  garry.yao   
     Type:  Bug                       |      Status:  assigned    
 Priority:  Normal                    |   Milestone:  CKEditor 3.0
Component:  General                   |     Version:              
 Keywords:  Confirmed IBM Discussion  |  
--------------------------------------+-------------------------------------
Changes (by garry.yao):

  * keywords:  Confirmed IBM => Confirmed IBM Discussion


Comment:

 After some investigation, the bug is quite obscure, I think it's because
 of '''CKEDITOR.dom.range::select''' on a collapsed range, the native
 selection is lost after this statement:
 {{{
         // Remove our temporary stuff.
         this.document.$.selection.clear();

 }}}
 Because I can make it works without it by manually remove the nodes
 inside, but the cursor doesn't blink.[[BR]]
 Here I'll be asking for discussion:
  1. Is there any clue to resolve this?
  2. Can we workaround it by adapting the way proposed by #3707?

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3740#comment:2>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to