[opencms-dev] Firefox WYSIWYG cut/paste resolved
    Joe Desbonnet 
    jdesbonnet at gmail.com
       
    Fri Jul  8 03:05:03 CEST 2005
    
    
  
Regarding my earlier post about not being able to get cut/paste
working in the WYSIWYG editor with Firefox:
I read the instructions at
http://www.mozilla.org/editor/midasdemo/securityprefs.html
carefully, and sure enough the solution was staring me in the face. If
you follow the instructions to the letter it won't work.  The missing
step is to change the line
user_pref("capability.policy.allowclipboard.sites", "http://www.mozilla.org");
to use the host name of your server. Eg
user_pref("capability.policy.allowclipboard.sites",
"http://myTomcatServer.blah.com:8080");
I think this should be a FAQ item.
Joe.
    
    
More information about the opencms-dev
mailing list