Opened 15 years ago
Closed 15 years ago
#3796 closed Bug (fixed)
Anchors are not always editable
Reported by: | Frederico Caldeira Knabben | Owned by: | Martin Kou |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed 3.0RC Review+ | Cc: |
Description
- Load the following HTML:
<p><a name="Test" title="The Title"></a></p>
- Right click the anchor and select "Edit Anchor". (The "Name" field will be empty in the dialog)
- Type a new name, like "Changed".
In source view you will find the following, indicating that the element has been totally replaced:
<p><a name="Changed"></a></p>
Attachments (1)
Change History (7)
comment:1 Changed 15 years ago by
Keywords: | 3.0RC added |
---|
comment:2 Changed 15 years ago by
Owner: | set to Martin Kou |
---|---|
Status: | new → assigned |
Changed 15 years ago by
Attachment: | 3796.patch added |
---|
comment:3 Changed 15 years ago by
Keywords: | Review? added |
---|
comment:5 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3732].
Click here for more info about our SVN system.
This is a regression bug caused by changes to the selection/range system and then the _cke_saved_name attribute added in htmldataprocessor for <a> tags.