#3945: Inserting an Anchor removes selected content
--------------------------------+-------------------------------------------
 Reporter:  arczi               |       Owner:              
     Type:  Bug                 |      Status:  new         
 Priority:  Normal              |   Milestone:  CKEditor 3.x
Component:  Core : Output Data  |     Version:              
 Keywords:                      |  
--------------------------------+-------------------------------------------
 Steps to reproduce:

 - Open replacebyclass example

 - Select "some"

 - insert an Anchor

 Result:
 {{{
 <p>
         This is <a name="a"></a><strong> text</strong>. You are using <a
 href="http://www.fckeditor.net/";>CKEditor</a>.</p>
 }}}

 Expected result:
 {{{
 <p>
         This is <a name="a">some</a> <strong>text</strong>. You are using
 <a href="http://www.fckeditor.net/";>CKEditor</a>.</p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3945>
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