Closed (fixed)
Project:
Linkit
Version:
6.x-1.8
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Reporter:
Created:
7 Feb 2011 at 08:39 UTC
Updated:
21 Feb 2011 at 17:50 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | linkitDialog.1053400.D6.patch | 849 bytes | anon |
| #5 | linkitDialog.1053400.D7.patch | 843 bytes | anon |
Comments
Comment #1
anonThanks 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)
Comment #2
anonSeems like this has something to do with http://dev.ckeditor.com/ticket/6641
Comment #3
anonComment #4
anonMore notes: Look at "data-cke-saved-href" attribute
Comment #5
anonFount 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
Comment #6
peter törnstrand commentedGreat work!