Opened 13 years ago
Last modified 11 years ago
#8470 confirmed Bug
existing link can not be modified
Reported by: | yiminghe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.0 |
Keywords: | Cc: |
Description
- open ckeditor at trunk and switch to source mode
- input
1<a href='http://www.taobao.com'>2</a>3
- switch to wysiswyg mode and select all text
- set link to http://www.ckeditor.com
- switch to source mode again
expect :
<a href='http://www.ckeditor.com'>123</a> (same with tinymce)
actual result :
<a href="http://www.ckeditor.com">1</a><a href="http://www.taobao.com">2</a><a href="http://www.ckeditor.com">3</a>
ps :
i attach a ugly patch for this problem ( i think it's a bug) , hope for a better solution
Attachments (1)
Change History (4)
Changed 13 years ago by
Attachment: | link_anchor_bug.patch added |
---|
comment:1 Changed 13 years ago by
Keywords: | link styles removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.3 (SVN - trunk) → 3.0 |
Seems that middle link doesn't get changed and thus three are created.
Ticket is reproducible in all browsers from CKEditor 3.0.