"Your browser security settings don't permit the editor to automaticaly execute pasting operations."
What are these browser security settings, can they be set to permit those things, at all.. Is there someone that has any idea about it or i'd better just give the Copy-Paste-Cut buttons.. and hope the user knows the Ctrl+... key combinations
What are these browser security settings, can they be set to permit those things, at all.. Is there someone that has any idea about it or i'd better just give the Copy-Paste-Cut buttons.. and hope the user knows the Ctrl+... key combinations
RE: alert( PasteError[ Paste || Cut || Copy ]
Hi,
I know that the below solution used to work for HTMLarea with Firefox 1, but I'm not sure that it will work for fckeditor. If someone has a better solution I would like to hear it.
Gil B.
Have a look at http://www.firefoxie.net Step 6 (or cf below)
How to enable copy/paste in Mozilla/Firefox
An easier way to do it is this:
1. Open a new Tab with CTRL+T, and browse to 'about:config'.
2. Right click in the main area, select New->String.
3. Enter 'capability.policy.policynames'
4. Enter 'allowclipboard'
Repeat steps 2, 3 and 4 using the following pairs of values:
capability.policy.allowclipboard.sites - http://www.yoursite.com (par exemple)
capability.policy.allowclipboard.Clipboard.cutcopy - allAccess
capability.policy.allowclipboard.Clipboard.paste - allAccess
Finally, exit the browser.
The 'about:config' window will not be updated to show your additions, but your pref.js file will be updated when you exit the browser. You can confirm this by browsing to your profile directory as indicated above,and opening the prefs.js file.