6 Replies Latest reply on Oct 24, 2009 5:46 PM by hanafey

    rich:editor: why does color picker not work?

    hanafey

      I have a problem with color selection in the rich:editor. The foreground or background color picker displays a nice rectangle of color choices, but clicking on a color does nothing. The drop down does not even close.

      When I look at the TinyMCE web site examples, the color picker works as expected. When a color is picked the drop down closes, and the selection gets the picked color, so it does not appear to be a browser problem.

      My config is very simple as follows:

      <rich:editor id="mce" value="#{editor.commentForEdit.body}"
      configuration="genomix/tractor/editor-simple">
      </rich:editor>

      editor-simple:

      theme="advanced"
      theme_advanced_toolbar_location="top"
      theme_advanced_toolbar_align="center"
      theme_advanced_layout_manager="SimpleLayout"
      entity_encoding="numeric"
      theme_advanced_buttons1_add="|,forecolor,backcolor"

      Am I missing some setting that gets around this problem?