When using jQuery TinyMCE, select the text and try adding a hyperlink. The Add / Edit Link tinymce popup will appear, but when I try to paste the URL, I canβt enable the Insert IE in IE, Ctrl + V works.
This is for IE browsers only. I can paste in Chrome and FF.
This is how I set up my 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" }
Note:
Paste in the editor itself works fine in all browsers. I also tried to enable the context menu, but no luck.
I also double checked that the url that I would like to paste is actually copied to the clipboard
Thanks.