2 Replies Latest reply on Jun 12, 2009 3:59 PM by hanafey

    rich:editor inside rich:modalPanel -- should this work????

    hanafey

      I have a rich:editor nested inside of a h:form nested inside a rich:modalPanel.

      When the modal panel is displayed the main edit area of the editor does not appear to be present. It will not take focus, and typing in the "editor" actually sends keystrokes to the browser. The "value" for the component does not display.

      For testing, I put an h:textArea as a sibling to the editor, and it does take focus and it does display the value.

      If I take the editor outside of the modal panel then it display the value correctly, and it does take input focus.

      So it seems that the editor does not get properly setup when it is nested insided of the modal panel.

      Is this a known issue, and is there any way to get around the problem?

      Any help appreciated!