0 Replies Latest reply on Feb 15, 2012 8:03 PM by jsmoorejr

    rich:editor button component repeating in IE8

    jsmoorejr

      I am a front-end web developer currently working on a project that is using RichFaces. One of the components being used is a text-editor as shown in the code block below:

       

      <rich:editor viewMode="html" styleClass="text-editor-basic" value="#{advAdditionalPagesBean.cssHTMLCode}" id="cssHTMLCodeEditor" theme="advanced">
          <f:param name="theme_advanced_buttons1"
               value="bold,italic,underline,cut,copy,paste,pasteword,|,forecolor,backcolor,|,link,unlink" />
          <f:param name="theme_advanced_toolbar_location" value="top" />
          <f:param name="theme_advanced_toolbar_align" value="left" />
      </rich:editor>
      

       

      The issue I am having is with IE8. For some reason the forecolor and backcolor components are repeating vertically, which does not happen with IE7, Firefox, or Chrome. See screenshot below:

       

      texteditor_repeating_component_issue.jpg

       

      Does anyone know what may be causing it or have any ideas? I have been searching online, hoping someone else may have had this issue and solved it, but no luck. Seems like it may just be our project.

       

      I believe we are using RichFaces 3.3.1 or 3.3.3...not sure as I am not working on the backend. If you need more info, just let me know and I will post whatever is needed. Thanks in advance. (If this isn't the right place for this, my apologies.)