Opened 16 years ago
Closed 16 years ago
#3797 closed Bug (duplicate)
Anchors changes are not saved
| 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 | Cc: |
Description
- Load the following HTML:
<p>AAA <a name="Test"></a> BBB</p>
- Right click the anchor and select "Edit Anchor".
- Change the name to "Changed".
Nothing will be changed in the source view.
Change History (3)
comment:1 Changed 16 years ago by
| Keywords: | 3.0RC added |
|---|
comment:2 Changed 16 years ago by
| Owner: | set to Martin Kou |
|---|---|
| Status: | new → assigned |
comment:3 Changed 16 years ago by
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |

This is a dup of #3796, this is a regression bug caused by the newly added _cke_saved_name attribute in the htmldataprocessor plugin.