可能是用到了EditMode,在FF里不支持!

解决方案 »

  1.   

    FF压根就用不了编辑器 因为编辑器用了个IE专有的控件
      

  2.   

    真不明白这些开发商怎么想的,互不兼容。IE里有的在FF里就不让用。真受不了
      

  3.   

    在线编辑器对ff的兼容性是个问题
    因此最近都弃用ewebeditor改用fckeditor了
      

  4.   

    我印象中不能用ctrl+v,ff是出于安全性考虑的,
    可以改设置来做到的。详细的做法goole有很多的firefox ctrl+v
      

  5.   

    Setting Prefs for the Mozilla Rich Text Editing DemoTo 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//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.
      

  6.   

    我按你上面的方法试了,新建了一个user.js.加了上面这些信息,还是不能用ctrl+V