Zen Cart Logo
Forums / General Questions / Firefox suddenly preventing cut and paste into admin pages when adding categories

Firefox suddenly preventing cut and paste into admin pages when adding categories

Locked

Views: 1,904

Results 1 to 11 of 11
This thread is locked. New replies are disabled.
5 Aug 2010, 11:09 PM
#1
euonym avatar

euonym

Zen Follower

Join Date:
Aug 2010
Posts:
116
Plugin Contributions:
0

Firefox suddenly preventing cut and paste into admin pages when adding categories

All of a sudden, I can no longer cut (from anywhere) and paste into, at least, the add categories description text area. Firefox displays a message that takes me to the site: http://www.mozilla.org/editor/midasdemo/securityprefs.html where I followed the instructions and still cannot cut and paste. I also installed AllowClipboardHelper, also with no luck.

As I patiently wait for some help from this forum, I will try another browser...

Thanks.

6 Aug 2010, 9:12 AM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Is it just categories, or does the same thing happen in products, define pages, EZ pages, etc. ?

6 Aug 2010, 12:42 PM
#3
torvista avatar

torvista

Totally Zenned

Join Date:
Aug 2007
Location:
Gijón, Asturias, Spain
Posts:
2,873
Plugin Contributions:
7

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

I had the same issue, but AllowClipboard Helper did fix it - but I am only using it on a local site (192.168.1.100) site.

6 Aug 2010, 3:22 PM
#4
euonym avatar

euonym

Zen Follower

Join Date:
Aug 2010
Posts:
116
Plugin Contributions:
0

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Same thing happens in products. AllowClipboardHelper did not help.
Using Firefox 3.6.8, WinXP SP3.

6 Aug 2010, 3:41 PM
#5
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Did you try the Control+C/Control+V copy/paste method?

6 Aug 2010, 3:59 PM
#6
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

FireFox will block the Paste and if you follow the instructions on the link that you posted that will allow you to do the paste on your site ...

6 Aug 2010, 4:02 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

It seems we've found something that IE does better than FF. Alert the media.

6 Aug 2010, 5:59 PM
#8
ladiessymbol avatar

ladiessymbol

New Zenner

Join Date:
Nov 2008
Posts:
30
Plugin Contributions:
0

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Get a mac.. :) does it on the PC and not the MAC.

That said:

It happens in html mode. When this happens click "Ok".

Then you will be taken to this link.

https://www.mozilla.org/editor/midasdemo/securityprefs.html

Then follow the directions...

6 Aug 2010, 7:05 PM
#9
euonym avatar

euonym

Zen Follower

Join Date:
Aug 2010
Posts:
116
Plugin Contributions:
0

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

I followed the directions on the site, no luck. Had to create the file. Instructions were not clear as to exactly where the file should be placed. That might be my problem. Yes, I use control c and control v, no luck.

6 Aug 2010, 9:40 PM
#10
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
949
Plugin Contributions:
3

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Euonym:

I followed the directions on the site, no luck. Had to create the file. Instructions were not clear as to exactly where the file should be placed. That might be my problem. Yes, I use control c and control v, no luck.

You probably created the user.js file in the wrong directory. I've edited my profile several times in the past.

User.js is located at (normally)

c:\Documents and Settings<User Name>\Application Data\Mozilla\Firefox\Profiles<some weird name like vxz6u3qw.default>\user.js

Or open run and enter the %APPDATA%\Mozilla\Firefox\Profiles

If user.js doesn't exist in this directory listed above, make it in that directory (you opened) and add the following:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "<URL of your site here>");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");Replacing the bracketed text with the URL of your site. So for example, say you wanted to allow zen-cart.com access to your clipboard. That second line should read:
user_pref("capability.policy.allowclipboard.sites", "http://www.zen-cart.com");
Do not put a trailing slash on the end. If you want to add additional URLs, separate them with a comma. For example:
user_pref("capability.policy.allowclipboard.sites", "http://www.zen-cart.com");
It also helps if Firefox isn't running during these edits. If you still need assistance, give a yell.

8 Aug 2010, 4:37 PM
#11
euonym avatar

euonym

Zen Follower

Join Date:
Aug 2010
Posts:
116
Plugin Contributions:
0

Re: Firefox suddenly preventing cut and paste into admin pages when adding categories

Thank you Retched. I checked the three weird-named folders, none had the file so I copied the file into all three. That did the trick.