2 Replies Latest reply on Dec 2, 2009 8:14 AM by strannik

    rich:editor and Firefox issue

    strannik

      Hi

      I have the page with rich:editor component. The following scenario works fine:

      1. Open page in IE
      2. Copy text from Word document into rich:editor and save contents.
      3. View saved contents in both IE and Firefox.

      However if I open page in Firefox 3.5 and perform steps 2-3 then content is broken. It looks like

      <!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0; mso-font-charset:2; mso-generic-font-family:auto; mso-font-pitch:variable; mso-font-signature:0 268435456 0 0 -2147483648 0;} @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:1; mso-generic-font-family:roman;

       <rich:editor id="editor" width="670" height="400"
       value="#{myBean.report}">
       </rich:editor>