Hi,
Im using FCKEditor 2.4 in my application.In Firefox v2.0 when i select the text in the FCKEditor area and try to cut,copy or paste im getting the following error.
Your browser security don't permit the editor to automatically exceute pasting opertaions.Please use the keyboard for that(Ctrl+v)
but in IE its working fine.so what i have to do for solving this problem??????
Thanks,
Arun
Im using FCKEditor 2.4 in my application.In Firefox v2.0 when i select the text in the FCKEditor area and try to cut,copy or paste im getting the following error.
Your browser security don't permit the editor to automatically exceute pasting opertaions.Please use the keyboard for that(Ctrl+v)
but in IE its working fine.so what i have to do for solving this problem??????
Thanks,
Arun
RE: Security problem in Firefox.
Access to the clipboard via javascript is disabled by default in FireFox 2.x, and changes to prefs.js need to be made to allow it. The AllowClipboard Helper extension (https://addons.mozilla.org/en-US/firefox/addon/852) provides a nice front end to manage this.
Ed