When I place the cursor on an existing link and click the LinkIt button (Wysiwyg, CKEditor) a dialog appears with the current link (external link). When I change that link and click submit the link is not updated.

The same seems to be true for internal links.

Comments

anon’s picture

Thanks for reporting this issue.
Are you able to see if you get any JS errors in somekind of console? (Firebug or the build in in Chrome)

anon’s picture

Seems like this has something to do with http://dev.ckeditor.com/ticket/6641

anon’s picture

Title: Can't update links » Can't update links with CKeditor
Assigned: Unassigned » anon
Priority: Normal » Major
anon’s picture

More notes: Look at "data-cke-saved-href" attribute

anon’s picture

Status: Active » Fixed
StatusFileSize
new843 bytes
new849 bytes

Fount it!

Looks like we need to set an attribute named "data-cke-saved-href", that shoud have the value of "href".

This issue also occur in 7.X version.

I have commited this two patches to 6.X and 7.X

peter törnstrand’s picture

Great work!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.