1 Reply Latest reply on Jul 18, 2013 2:20 PM by bleathem

    strange behaviour of rich:editor on rich:modalPanel (RichFaces 3.3.3.Final and 3.3.4.Final) in Firefox 22.0

    faupel

      Hi,

       

      I don't if this has something to with a new firefox version but I didn't realize this problem earlier. If I want to create bullet points in rich:editor on rich:modalPanel the result does not look like expected and not like in ie or chrome. It's also not possible to add bullet points to the unordered list.

      I found a few postings but they are very old and the solutions do not work. I'm using RichFaces 3.3.3.Final and also tries 3.3.4.Final.


       

      <rich:modalPanel id="editCourseModalPanel" domElementAttachment="parent" autosized="true">
           <rich:editor id="themes" width="710" height="300" configuration="editor" value="#{bean.value}" />
      </rich:modalPanel>
      

       

      Thank you in advance.

      Max