3 Replies Latest reply on Apr 15, 2008 3:40 AM by melkior

    Problem with Calendar in ModalPanel with RF 3.2.0

    melkior

      Hi,

      I encounter a problem with my calendars in the ModalPanel using RF 3.2.0. My caldendars are truncated with the RF 3.2.0 librairies while with the 3.1.4, is not the case !

      for illustrate my problem, see the screenshots :

      My souce code :

      <rich:modalPanel id="absencePrevuBox" minHeight="300" minWidth="400" height="300" width="400" zindex="2000">
      
      ...
      
      <rich:calendar id="myCalendarDebutAbs" popup="true" locale="#{dateAbsenceBean.locale}" value="#{dateAbsenceBean.dateDebut}" datePattern="#{dateAbsenceBean.pattern}" jointPoint="bottom-right" direction="top-right">
      
       <!-- Customization with usage of facets and accessible elements -->
       ...
       </rich:calendar>
      
       ...
      </rich:modalPanel>


      Calendars with RF 3.1.4 :

      [img]http://img169.imageshack.us/img169/8703/calendarjd6.png[/img]

      Calendars with RF 3.2.0 (with the problem) :;

      [img]http://img169.imageshack.us/img169/1186/calendar2wl2.png[/img]



      Thanks.