Opened 15 years ago

Closed 12 years ago

#3945 closed Bug (fixed)

Inserting an Anchor removes selected content

Reported by: Artur Formella Owned by:
Priority: Normal Milestone:
Component: Core : Output Data Version:
Keywords: Cc:

Description

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>

Change History (2)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Milestone: CKEditor 3.x

Milestone CKEditor 3.x deleted

comment:2 Changed 12 years ago by Jakub Ś

Resolution: fixed
Status: newclosed

No longer reproducible.

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