Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
tinymce 3.5.8 バージョンを使用しています。IE8 で大きな画像を追加すると、サイズ変更ハンドラがエディタから出てきます。助けてください。
同じ問題がありました。unselectable解決策は、属性を画像に設定することです。画像の挿入とエディターの初期化でこれを行います。
unselectable
$(ed.getBody()).find('img').attr('unselectable', 'on');
コンテンツを db に保存する前に、属性を削除します。