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の次のフィドルhttp://fiddle.tinymce.com/baaaabで、スペル チェックを実行すると、両方のメニューが表示されます。
ここでブラウザの右クリックメニューを無効にしたい。
あなたのフィドルでは、クロムで実行され、コンソールから実行されます:
$('#previewframe').contents().find('#content_ifr').contents().find( '.mceItemHiddenSpellWord').on("contextmenu", function (evt) { evt.preventDefault(); });
右クリック メニューを防止するために機能します。