1
私はRTEとしてCLEditorを使用してい
、それは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
ライン私は同様の質問のために周りを見て持っていたが、それらのどれもが、この種のコンテキストを持っていない
function restoreRange(editor) {
if (ie && editor.range)
editor.range[0].select();
}
:それが参照しているに次の関数で行editor.range[0].select();
です。どんな助けもありがたい。
設定は何ですか?プラグインのWebサイトに行くと、IE8でエラーは発生しません。 –