#3813: Unlink result in fragmental <a>
---------------------------+------------------------------------------------
 Reporter:  garry.yao      |       Owner:              
     Type:  Bug            |      Status:  new         
 Priority:  Normal         |   Milestone:  CKEditor 3.0
Component:  Core : Styles  |     Version:              
 Keywords:                 |  
---------------------------+------------------------------------------------
 === Reproducing Procedures ===
  1. Open the ''replace by class'' example page;
  1. Make the following selection;
 {{{
 <p>This is some <strong>sa^mple text</strong>. You^ are using <a
 href="http://www.fckeditor.net/";>CKEditor</a>.</p>
 }}}
   * Actual Result:
 {{{
 <p>
         This is some <strong>sa<a href="http://example.com";>mple
 text</a></strong><a href="http://example.com";>. You</a> are using <a
 href="http://www.fckeditor.net/";>CKEditor</a>.</p>
 }}}
   * Expected Result:
 {{{
 <p>
         This is some <strong>sa</strong><a
 href="http://example.com";><strong>mple text</strong>. You</a> are using <a
 href="http://www.fckeditor.net/";>CKEditor</a>.</p>
 }}}

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3813>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to