#3872: Pasted text takes on style at cursor location
----------------------+-----------------------------------------------------
  Reporter:  damo     |       Owner:                
      Type:  Bug      |      Status:  new           
  Priority:  Normal   |   Milestone:  CKEditor 3.0  
 Component:  General  |     Version:                
Resolution:  fixed    |    Keywords:  IBM WorksForMe
----------------------+-----------------------------------------------------

Comment(by damo):

 Please try to reproduce with the steps provided in IE7. Works ok in FF3.

 After adding text the following source is created:
 {{{
 <p>
         asdasdasdasd</p>
 <p>
         asdasdasdasd</p>
 <p>
         <span style="color: #b22222">adasdasdasdas</span></p>
 }}}

 Copy the first two paragraphs by selecting them with mouse and using
 CTRL+C.
 Place cursor at the end of the last line, hit ENTER and press CTRL+V.

 The resulting HTML is:
 {{{
 <p>
         asdasdasdasd</p>
 <p>
         asdasdasdasd</p>
 <p>
         <span style="color: #b22222">adasdasdasdas</span></p>
 <p>
         <span style="color: #b22222">asdasdasdasd</span></p>
 <p>
         <span style="color: #b22222">asdasdasdasd</span></p>

 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3872#comment:3>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to