Rich Text Editors in Firefox
By Mark on Feb 21, 2006 in Mozilla
When I type content in Joomla! I had gotten javascript security errors from the Rich Text Editor (RTE), Here’s how to fix it.
For Windows:
- Quit Mozilla. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
- Find your Mozilla profile directory. On Windows, this is often located in
c://WINNT/Profiles/<your Windows login>/Application Data/Mozilla. - Open the
user.jsfile from that directory in a text editor. If there’s nouser.jsfile, create one. -
Add these lines to
user.js:<font size="1">user_pref("capability.policy.policynames", "allowclipboard");user_pref("capability.policy.allowclipboard.sites", "http://www.yourservername.com");user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");</font>
- Save the file, and restart Mozilla. The Clipboard buttons should now function.
For Linux
Shutdown Firefox and then do as instructed above.However in Linuxthe Firefox preferences folder is in a different place, mine is locatedin /home/$username/.mozilla/firefox/defaultthen locate the prefs.js and add the lines from above to the bottom ofthe file. I didn’t need to create or add a user.js to my installationfor the problem to cease but perhaps you may.
Popularity: 6% [?]
Related posts:
- Rich Text Editors in Mozilla FirefoxWhen I type content in Joomla! I had gotten javascript security errors from the Rich...
- Mozilla CEO Steps DownMozilla Corporation, CEO Mitch Baker posted to the Mozilla blog this week a review of...
- Ubuntu 7.10, Installing Firefox Add-ons FailureRecently, I installed Ubuntu 7.10 on two laptops. One of my first tasks after updating...




You must be logged in to post a comment.