Opened 16 years ago
Closed 13 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>
Milestone CKEditor 3.x deleted