Opened 12 years ago

Last modified 10 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

  1. open ckeditor at trunk and switch to source mode
  1. input
1<a href='http://www.taobao.com'>2</a>3
  1. switch to wysiswyg mode and select all text
  1. set link to http://www.ckeditor.com
  1. 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)

link_anchor_bug.patch (1.5 KB) - added by yiminghe 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by yiminghe

Attachment: link_anchor_bug.patch added

comment:1 Changed 12 years ago by Jakub Ś

Keywords: link styles removed
Status: newconfirmed
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.

comment:2 Changed 10 years ago by Jakub Ś

#11591 was marked as duplicate.

comment:3 Changed 10 years ago by Olek Nowodziński

cc

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy