app.logos.com
Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
1) Clear any current output
2) Navigate or refresh the page in question
3) Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
Code: Select all
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.
I get this error when trying to copy:
document.execCommand(‘cut’/‘copy’) was denied because it was not called from inside a short running user-generated event handler.
I did a bit of research and found a Mozilla wiki page that seemed to deal with the problem by adding the following four lines to a user.js:
Code: Select all
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "https://app.logos.com/");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");
I tried this in a clean new profile with no extensions or themes on the latest Pale Moon 33.2.0 today. However I don't know if user.js actually works with Pale Moon, as I haven't tried it previously. Does user.js function on Pale Moon the same way it does on Firefox, like with the arkenfox user.js? That's the user.js file I have the most experience with using and placing into the Firefox profile folder. I created a user.js with these lines and placed it in ~/.moonchild productions/pale moon/ inside the folder for the profile I was using, and restarted Pale Moon and tried again and did not get any change - no ability to use the Logos copy function.
Just wondering if anyone had any thoughts. This would be convenient for me to be able to do text copy from this site, as the site otherwise works well on Pale Moon but has not worked as well for reading on Firefox. However it's not an urgent matter, I can live without the text copy function if needed.
I appreciate any feedback.
Here's a screenshot of the text copy button: