TinyMCE テキストボックスで「init」を実行した後、クロムを使用しているときにウィンドウをスクロールできません。ウィンドウのサイズを変更しない限り、フリーズして何もできません。
誰かがこの問題を抱えていましたか? もしそうなら、どのように解決しましたか?
他のすべてのブラウザーで動作し、私のクロム バージョンは 25.0.1364.172 です。
ありがとう!
-- 編集 -- これは tinyMCE の初期化です。「editor_selector」と「tinymce」はクラスです。
tinyMCE.init({
mode: "specific_textareas",
editor_selector: "tinymce_wide",
encoding: "xml",
theme: "advanced",
theme_advanced_toolbar_location: "top",
theme_advanced_buttons1: "bold,italic,underline",
theme_advanced_buttons2: "cut,copy,paste,|,link,unlink",
theme_advanced_buttons3: "",
width: "918"
});
tinyMCE.init({
mode: "specific_textareas",
editor_selector: "tinymce",
encoding: "xml",
theme: "advanced",
theme_advanced_toolbar_location: "top",
theme_advanced_buttons1: "bold,italic,underline",
theme_advanced_buttons2: "cut,copy,paste,|,link,unlink",
theme_advanced_buttons3: "",
width: "705"
});