CKEditor:如何修复执行失败的&x27;后消息';在';窗口';:无法克隆对象?

CKEditor:如何修复执行失败的&x27;后消息';在';窗口';:无法克隆对象?,ckeditor,Ckeditor,我尝试实现上传图像编辑器4.6 C#错误: VM57:25未捕获的DomeException:未能在“窗口”上执行“postMessage”:无法克隆对象。 在区块窗口(:25:16) 在窗口打开(:34:9) 一点(http://localhost:8842/ckeditor/ckeditor.js:813:59) 在button.m[作为onClick](http://localhost:8842/ckeditor/ckeditor.js:814:157) 按按钮。(http://local

我尝试实现上传图像编辑器4.6 C#错误:

VM57:25未捕获的DomeException:未能在“窗口”上执行“postMessage”:无法克隆对象。
在区块窗口(:25:16)
在窗口打开(:34:9)
一点(http://localhost:8842/ckeditor/ckeditor.js:813:59)
在button.m[作为onClick](http://localhost:8842/ckeditor/ckeditor.js:814:157)
按按钮。(http://localhost:8842/ckeditor/ckeditor.js:538:194)
在巴顿(http://localhost:8842/ckeditor/ckeditor.js:10:224)
在button.CKEDITOR.event.CKEDITOR.event.fire处(http://localhost:8842/ckeditor/ckeditor.js:12:47)
点击按钮(http://localhost:8842/ckeditor/ckeditor.js:537:264)
在CKEDITOR.dom.element。(http://localhost:8842/ckeditor/ckeditor.js:529:40)
在CKEDITOR.dom.element.p(http://localhost:8842/ckeditor/ckeditor.js:10:224)

如何修复?请

我只使用文件ckeditor.js。为什么重复?出现错误:parent.postMessage({type:“safeBlock”,url:args[0],args:args,href:target?target.href:null},window.\u parent);我将提交一个新的问题,看起来最近有一些DOM修复
VM57:25 Uncaught DOMException: Failed to execute 'postMessage' on 'Window': An object could not be cloned.
    at blockWindow (<anonymous>:25:16)
    at window.open (<anonymous>:34:9)
    at a.popup (http://localhost:8842/ckeditor/ckeditor.js:813:59)
    at button.m [as onClick] (http://localhost:8842/ckeditor/ckeditor.js:814:157)
    at button.<anonymous> (http://localhost:8842/ckeditor/ckeditor.js:538:194)
    at button.p (http://localhost:8842/ckeditor/ckeditor.js:10:224)
    at button.CKEDITOR.event.CKEDITOR.event.fire (http://localhost:8842/ckeditor/ckeditor.js:12:47)
    at button.click (http://localhost:8842/ckeditor/ckeditor.js:537:264)
    at CKEDITOR.dom.element.<anonymous> (http://localhost:8842/ckeditor/ckeditor.js:529:40)
    at CKEDITOR.dom.element.p (http://localhost:8842/ckeditor/ckeditor.js:10:224)