Why are you even logged out??? Let alone
posting while logged out???
EDIT: I've found the solution for the paste problem. Follow the procedure below and pasting should work.
- Create a file called user.js (or edit it, if it already exists) under C:\Documents and Settings\Your User\Application Data\Mozilla\Firefox\Profiles\Your Profile\.
- Add the following lines to the user.js file, then save it and restart Firefox:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.dannystewart.com/");
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");