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();
}
私は同様の質問を見回しましたが、この種のコンテキストを持っているものはありません。どんな助けでも感謝します。