6 Replies Latest reply on Jan 5, 2011 11:35 AM by spiritfox26

    rich:editor + Google Chrome problem

    spiritfox26

      Hello everybody, i trying to resolve this error, but i don't have idea how.

       

      In IE and Mozilla works fine, but in goolge chrome not work.

       

      In IE rich:editor is generated correctly

       

      IE.PNG

       

      but in Chrome...

       

      Chrome.PNG

       

      the code:

       

      <rich:editor id="dscIncidente" width="218" height="175" value="#{incidenteEditBean.strDescripcion}" readonly="#{incidenteEditBean.readOnly}" configuration="editorsimpleconfig"/>

       

      editorsimpleconfig.properties

       

      theme="simple"
      force_p_newlines="false"
      force_br_newlines="true"

      theme="simple"

      force_p_newlines="false"

      force_br_newlines="true"

       

      Thanks in advanced