Tinymce mouse not working

I want to include mouse paste in tinymce. when I click the "Paste" button, the "Cut / Paste / Copy is disabled in Firefox" error message appears. I searched for this on their forums ( http://www.tinymce.com/forum/viewtopic.php?id=20637 ) and they say his browser (my Firefox) is the problem and they can't fix it, whereas is this happening no problem for WordPress? how they fixed this issue. do they use a different j / s to handle it?

I really need a solution please help, example would be great

+2


source to share


2 answers


I found a simpler solution, thought it would help another, thanks to "Tariama" letting me know that there is a "contextmenu plugin", I didn't even know what it was, it was a problem creator, I just deleted it and solved my the problem I think the WordPress people did. just do it ...

remove the contextmenu plugin in your tinymce initialization:



plugins: "autolink, lists, pagebreak, fullscreen, contextmenu",

+1


source


Using the contextmenu plugin (or your own plugin based on this), you can create your own rightclick menu and insert the parameters and functions you need.



+1


source







All Articles