Hi! I'm using your SimpleLink plugin as a CKEditor feature at freepost.
When I call the method .setData(...) on a ckeditor instance, all the anchors are removed. For example whenever I try to copy a DIV html into a editor like this
aEditor.setData($("<div/>").html())
all A tags are replaced by a simple text. This is probably a problem with CKEditor's Advanced Content Filter, since setting allowedContent=true in aEditor seems to work fine.
You can test the behaviour by posting a comment here and later clicking on "Edit".
Any ideas?
Hi! I'm using your SimpleLink plugin as a CKEditor feature at freepost.
When I call the method .setData(...) on a ckeditor instance, all the anchors are removed. For example whenever I try to copy a DIV html into a editor like this
all A tags are replaced by a simple text. This is probably a problem with CKEditor's Advanced Content Filter, since setting allowedContent=true in aEditor seems to work fine.
You can test the behaviour by posting a comment here and later clicking on "Edit".
Any ideas?