3 Replies Latest reply on Feb 7, 2014 6:43 PM by bleathem

    rich:placeholder and rich:popupPanel

    strannik

      Hi

       

      I encountered the following issue.

       

      If I put placeholder on the simple JSF page the font color of the input component is gray.

      If I put placeholder inside popup panel, the font color of the same input is black.

       

      <h:form>
         <rich:popupPanel id="editWindow" autosized="true"
         domElementAttachment="form">

       

         <h:inputTextarea id="role">
         <rich:placeholder value="Sample message" />
         </h:inputTextarea>
         </rich:popupPanel>

          </h:form>

       

      Thanks