4
當使用Jquery TinyMCE時,選擇一些文本並嘗試添加超鏈接,添加/編輯鏈接出現tinymce彈出窗口,但是當我嘗試粘貼URL時,無法獲取右鍵單擊IE中啓用的「粘貼」選項,Ctrl + V也不起作用。Jquery TinyMCE添加/編輯鏈接 - 無法在IE中粘貼
這僅適用於IE瀏覽器。我可以粘貼到Chrome和FF中。
這是我如何配置我的tinymce。
:{
theme: "advanced",
mode : "specific_textareas",
editor_selector: "richtext-editor",
theme_advanced_toolbar_location:"top",
theme_advanced_toolbar_align:"left",
theme_advanced_buttons1:"bold,italic,underline,strikethrough,|,fontsizeselect,forecolorpicker,|,link,unlink,|,bullist,numlist,|,outdent,indent,|,justifyleft,justifycenter,justifyright,|,cut,copy,paste,pastetext,|,undo,redo",
theme_advanced_buttons2:"",
theme_advanced_buttons3:"",
theme_advanced_buttons4:"",
plugins:"inlinepopups,paste",
theme_advanced_path : false,
inline_styles : true,
paste_remove_styles: true,
paste_retain_style_properties: "",
paste_convert_headers_to_strong : true,
invalid_elements : "img"
//plugins:"advlink,iespell,inlinepopups,media,print,contextmenu,paste"
}
注:
粘貼在所有的瀏覽器本身完美的作品編輯。我也嘗試啓用contextmenu,但沒有運氣。
我也仔細檢查了,我想粘貼URL確實複製到剪貼板
感謝。
+1很好的問題。我強烈建議大家不要使用jquery tinymce版本,因爲它很慢並且是一個麻煩來源 – Thariama