Copy/Cut/Paste is not available

Alright, just noticed this tonight for the first time. I'm recently and slowly converting to FF as v3 is growing on me. However, I commonly use the 'Right-click > Copy'  (or cut and/or paste) options. Just got used to doing so instead of the key short-cuts Ctrl+c (or x or p or whatever).

Now when using the key short-cut method everything is fine and dandy but when using the right-click method you get the following error (which I'll take a sceenshot of right now)....

Notice its a screenshot of me writing this message  ;)

ok, the link takes me to this page for an explination and 'fix'... http://www.mozilla.org/editor/midasdemo/securityprefs.html

Well that just seems absurd that that even needs to be done, so if there is something that can fix that 'issue' on the sites end that would be a good idea I think.  :)

 

62,909 views 20 replies
Reply #1 Top

Yeah....this has been bugging ma as well!

 

Reply #2 Top

And the fix doesn't work explained on that page......much like the edit button here...or a lot of other stuff in the forums now.

Reply #3 Top

Yeah, it's strange that it doesn't work.

 

But ctrl+c and ctrl+v work perfectly, so use that instead.

Reply #4 Top

And the fix doesn't work explained on that page
End of quote

Most likely the tinymce devs have it coded to not even try, since unless someone has specially set it to allow, since javascript clipboard access is prohibited in Gecko browsers by default.

Anyway, you can still use Ctrl+X/C/V just fine, since those are manual user-triggered shortcuts.

Reply #5 Top

you can still use Ctrl+X/C/V just fine, since those are manual user-triggered shortcuts.
End of quote

Yeah....but those are a pain in the butt when you can rightclick faster.

Reply #6 Top
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

Boy oh boy. It's obvious why it doesn't work here. Look at the second line only mozzilla.org is being added as allowclipboard.sites in their example. You have to add "https://forums.wincustomize.com to get it to work here.
Reply #7 Top
Boy oh boy.  It's obvious why it doesn't work here.  Look at the second line 
only mozzilla.org is being added as allowclipboard.sites in their example.
You have to add "https://forums.wincustomize.com to get it to work here.

Argg! please fix the edit.

Don't know why I had to manually format that line????
Reply #8 Top

This is a test.

Don't know why I had to manually format that line????

It's working here.
Reply #9 Top

This is what my user.js file looks like:

user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.forums.wincustomize.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

I also have javascript enabled.

FF3 right click copy and paste is working here for me on these forums.

Reply #10 Top

Yep. It's a 'security measure' employed by Mozilla. Not an actualy bug in the editor or the forums persae, even though it may be percieved as a bug. The workarounds that BigDogBigFeet and kryo outlined do work pretty well (thanks guys).

much like the edit button here...or a lot of other stuff in the forums now
End of quote

Just a friendly request guys; please hold off on posting commentary like that in posts in the Forum Issues category. It's demoralizing and it doesn't help with resolving the actual issue, or helping someone to get a workaround working. It's also pretty off topic. There are quite a few posts right now about the edit button not working, and this particular post isn't the proper place to comment on that issue. Please help us out in this regard and have a little restraint. We know that issues can be frustrating, but the people on the other side of the screen are human too.

Reply #11 Top

It's demoralizing and it doesn't help with resolving the actual issue, or helping someone to get a workaround working. It's also pretty off topic.
End of quote

You're right.  Does no good to beat something to death in every forum post.

Reply #12 Top

The workarounds that BigDogBigFeet and kryo outlined do work pretty well (thanks guys).
End of quote

I know it 'will' work, hell I even posted the link to the page with the 'work-around'. I was just wondering if there was something that could be done on the sites end.  Thats all

:)

Reply #13 Top

Oh well SK your post didn't make that clear and Web's clearly said their example doesn't work at all.  If anyone can answer your question regarding how to get that facility to work over a number of web sites it would be Mozilla.  I'm not why you would think there was something that the site could do given that this is a security feature in FF3 that Mozilla has put in place that specifically was made to prevent a web site from controlling that function thru javascript.

Reply #14 Top

If anyone can answer your question regarding how to get that facility to work over a number of web sites it would be Mozilla.
End of quote

As you say, I wouldn't bet on it. Being able to remotely override a security setting kinda defeats the point of having one.

Reply #15 Top

As you say, I wouldn't bet on it
End of quote

I haven't asked them but, I'm thinking what SK indicated in his initial post would be their response and would go something like this. 

"You have to enumerate each site you want this facility to be active for in your user.js file"

I'm just saying. :-"

Reply #16 Top

Just a friendly request guys; please hold off on posting commentary like that in posts in the Forum Issues category. It's demoralizing and it doesn't help with resolving the actual issue, or helping someone to get a workaround working. It's also pretty off topic. There are quite a few posts right now about the edit button not working, and this particular post isn't the proper place to comment on that issue. Please help us out in this regard and have a little restraint. We know that issues can be frustrating, but the people on the other side of the screen are human too.
End of quote

I realize you guys are human Andrew...same here...and it certainly wasn't meant to demoralize anyone...thats a bit extreme...it just gets very frustrating. ;P

Reply #17 Top

This is what my user.js file looks like:
End of quote

And I tried that as well...but still a no go....user.js file looks that same and javascript enabled. I can copy text already submitted but can't copy anything I'm in the process of writing.

Reply #18 Top

Getting a bit off topic Web doesn't sound like a forum issue more like a FF3 issue better addressed with Mozilla but here goes

 

Getting a bit off topic Web doesn't sound like a forum issue more like a FF3 issue better addressed with Mozilla but here goes

 

Worked for me.

Reply #19 Top

Right on topic....same concern as SK's.

Anyway....I have no idea what it is then! I have the same user.js file as you and its still not working. I can't copy what I'm typing here without using the ctrl-c and ctrl-v method. Oh well...lifes a bitch! o_O

Reply #20 Top

WebGizmos, I do know that the dev for TinyMCE is working on a way around that. He's working directly with the Moz people. I don't have any more information than that, but the guy is great and speaks with me directly. If/When a workaround for this becomes available for the editor, I'll make sure to make a big deal about it so you know.