FCKEditor was recently installed in a MediaWiki site where I work. In general, it works fine but in Firefox (2.0.0.12), when I edit a page and attempt to paste via ctrl+V, I get a popup window. That doesn't happen in IE7.
I did a bit of research indicating that this is possibly a Firefox issue:
To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor
See http://www.mozilla.org/editor/midasdemo/securityprefs.html.
But, I can Cut/Copy/Paste just fine in Google Docs, on a Drupal site, or even in the edit box I used for this posting just to name a few places where I do editing.
So, can someone please verify that this is the issue and if not, explain what causes it?
More importantly: Is there a workaround?
Thanks,
Stan
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?
More info can be found at our docs also:
http://docs.fckeditor.net/FCKeditor_2.x ... teSecurity
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn