Opened 16 years ago

Last modified 16 years ago

#3813 closed Bug

Unlink result in fragmental <a> — at Version 1

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

Description (last modified by Garry Yao)

Reproducing Procedures

  1. Open the replace by class example page;
  2. Make the following selection;
    <p>
    	<strong>bo[ld</strong> and lin]k</p>
    
  3. Open link dialog to add a link;
  4. Make a new collapsed selection as following and click 'Unlink';
    <p>
    	<strong>bo<a href="http://example.com">ld</a></strong><a href="http://example.com"> and ^lin</a>k</p>
    
  • Actual Result:
    <p>
    	<strong>bo<a href="http://example.com">ld</a></strong> and link</p>
    
  • Expected Result:
    <p>
    	<strong>bold</strong> and link</p>
    

Change History (1)

comment:1 Changed 16 years ago by Garry Yao

Description: modified (diff)

Correct the description to clarify the problem.

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