我将 CLEditor 用作 RTE,它运行良好,除了在 IE 8 中,产生的错误是:
SCRIPT65535: Unexpected call to method or property access.
jquery.cleditor.js, line 1027 character 7
SCRIPT65535: Unexpected call to method or property access.
jquery.cleditor.js, line 1027 character 7
它所指的行editor.range[0].select();
是以下函数中的行:
function restoreRange(editor) {
if (ie && editor.range)
editor.range[0].select();
}
我环顾四周寻找类似的问题,但没有一个有这种背景。任何帮助表示赞赏。