Opened 16 years ago
Last modified 16 years ago
#3581 closed Bug
name attribute on anchors is duplicated — at Version 1
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Confirmed Review+ | Cc: |
Description (last modified by )
Load CKEditor and insert an anchor. Put any name on it.
Switch to source mode, everything looks OK.
<p> This<a name="test"></a> is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>
Switch to design and back to source, the anchor now has two name attributes
<p> This<a name="test" name="test"></a> is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/">CKEditor</a>.</p>