Opened 15 years ago

Last modified 15 years ago

#3813 closed Bug

Unlink result in fragmental <a> — at Initial Version

Reported by: Garry Yao Owned by:
Priority: Normal Milestone: CKEditor 3.0
Component: Core : Styles Version:
Keywords: Discussion Cc:

Description

Reproducing Procedures

  1. Open the replace by class example page;
  2. 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>
      

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy