Nach der Neuinstallation des Firefox bekomme ich folgende Fehlermeldung, wenn ich Texte mit Copy&Paste in z.b. in eine HP über das Kontextmenü einfüghen will. Ebenso bei diversen Buttons. Auch die Tastenkombinationen funzen nicht.
"Setting Prefs for the Mozilla Rich Text Editing Demo
To protect users' private information, unprivileged scripts cannot invoke the Cut, Copy, and Paste commands in the Mozilla rich text editor, so the corresponding buttons on the Mozilla Rich Text Editing demo page will not work. To enable these functions for purposes of the demo, you must modify your browser preferences.
1. Quit Mozilla. If you have Quick Launch running (in Windows, an icon in the toolbar), quit that too.
2. Find your Mozilla profile directory. On Windows, this is often located in c://WINNT/Profiles/<your Windows login>/Application Data/Mozilla. (See also editing configuration files for more info on locating your profile folder.)
3. Open the user.js file from that directory in a text editor. If there's no user.js file, create one.
4.
Add these lines to user.js:
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");
5. Save the file, and restart Mozilla. The Clipboard buttons should now function."
Das wurde mir jetzt als Fehlermeldung angezeigt. Das Problem ist aber, dass ich weder user.js, profile directory, WINNT/Profiles oder vergleichbares finde. Wo könnte ich noch nachsehen?"
Ich habe schon im Mozilla-Forum gepostet, aber das scheint weniger frequentiert zu sein, als dieses hier.
Danke für Hilfe!!!