Forum OpenACS Development: Re: ad_form widget for textareas

Collapse
Posted by Mark Aufflick on
NB: you have to add these lines to your user.js to allow copy & paste to work in current mozilla versions (they disable script access to copy/paste for security):

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");