2 Replies Latest reply on Mar 1, 2011 4:16 AM by ilya_shaikovsky

    Popup of rich:calendar not visible in IE

    monstor

      Hello,

       

      I have a rich:calendar element in a div, with FF all works fine but in IE the popup of the caladar is nor visible :

      I tried to set trimOverlayedElements="false" but it doesn't works.

      calendarIE.JPG

       

      <rich:calendar datePattern="dd/MM/yyyy"
          enableManualInput="true"
          value="#{serviceEtatFacturationRecherche.form.dateFin}"
          trimOverlayedElements="false"
          inputSize="10"
          required="true" />
      

       

      Richfaces version : 3.2.2 SR1

      IE7

       

      Thanks