Drag and Drop + ForcePasteAsPlainText problem
FCKConfig.ForcePasteAsPlainText = true ;
htmlfile: Incompatible markup pointers for this operation.
FCKDomRange.prototype.MoveToSelection=function(){
//...
D.pasteHTML('<span id="'+E+'"></span>'); //error appears here
//...
}
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FCKeditor - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="robots" content="noindex, nofollow">
<script type="text/javascript" src="fckeditor/fckeditor.js"></script>
</head>
<body>
<form>
<font color="Red">drag and drop me</font>
<script type="text/javascript">
var oFCKeditor = new FCKeditor('FCKeditor1');
oFCKeditor.BasePath = "fckeditor/";
oFCKeditor.Create();
</script>
</form>
</body>
</html>
Re: Drag and Drop + ForcePasteAsPlainText problem
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn