RSS Feed for This PostCurrent Article

Rich Text Editors in Firefox

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:

  1. Quit Mozilla. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
  2. Find your Mozilla profile directory. On Windows, this is often located in c://WINNT/Profiles/<your Windows login>/Application Data/Mozilla.
  3. Open the user.js file from that directory in a text editor. If there’s no user.js file, create one.
  4. 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>
  5. 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% [?]

Technorati Tags: , , ,

Related posts:

  1. Rich Text Editors in Mozilla FirefoxWhen I type content in Joomla! I had gotten javascript security errors from the Rich...
  2. Mozilla CEO Steps DownMozilla Corporation, CEO Mitch Baker posted to the Mozilla blog this week a review of...
  3. Ubuntu 7.10, Installing Firefox Add-ons FailureRecently, I installed Ubuntu 7.10 on two laptops. One of my first tasks after updating...

Trackback URL

RSS Feed for This PostPost a Comment

You must be logged in to post a comment.