To create a support ticket, start a search

Copying and pasting a product description in Firefox

Issue: In Firefox, the cutting, copying and pasting functions are disabled in the product description editing panes (short and full) for security reasons.

You can carry out these actions using the keyboard shortcuts (Ctrl+X / Ctrl+C / Ctrl+V).


Solution:

If you want to enable the functions, please follow these steps:

1. Quit Firefox and any Firefox icons running in the task bar.

2. Find your Firefox profile directory C:Documents and SettingsApplication DataMozillaFirefoxProfiles

3. Open the user.js file from that directory in a text editor. If there's no user.js file, create one.

4. Add the following lines:

user_pref("capability.policy.policynames", "allowclipboard");

user_pref("capability.policy.allowclipboard.sites", "http://www.yourwebsite.com https://www.yourwebsite.com");

user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");

user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

substituting your e-store web address for yourwebsite.

5. Save the file, close it, then restart Firefox. The clipboard functions should now be available.

For other operating systems, see mozillaZine for help with finding the profile files: http://kb.mozillazine.org/Profile_folder_-_Firefox#Finding_the_profile_folder