To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor
http://www.mozilla.org/editor/midasdemo/securityprefs.html
To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor
Re: How can I allow clipboard paste in Firefox?
I have the same problem in Firefox with the popup! Is it possible to paste a text between two pages keeping the format of the text.
With the popup (in firefox) or with IE, the text pasted is text only (without format).
is there a solution to paste the format too?
Thanks, Yvan
Re: How can I allow clipboard paste in Firefox?
Try this
In windows we have to add the two lines of code in following location:
C:\Documents and Settings\priya.yer<logged in user file>\Application Data\Mozilla\Firefox\Profiles\rekwyl2c.default\user.js
The lines of code is
user_pref("capability.policy.default.Clipboard.cutcopy","allAccess");
user_pref("capability.policy.default.Clipboard.paste", allAccess");
In Linux we have to change the two lines of code in following location:
/usr/lib/firefox-v.xxx/greprefs/all.js
pref("capability.policy.default.Clipboard.cutcopy","allAccess");
pref("capability.policy.default.Clipboard.paste", allAccess");
Thanks.
Re: How can I allow clipboard paste in Firefox?
http://docs.fckeditor.net/FCKeditor_2.x ... teSecurity
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn