inputCalendar shows "false" on the pop up, instead of the calendar, when 
clicking the image many times.
-------------------------------------------------------------------------------------------------------

                 Key: TOMAHAWK-1440
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1440
             Project: MyFaces Tomahawk
          Issue Type: Bug
          Components: Calendar
         Environment: Microsoft Windows XP, Microsoft Internet Explorer 7
            Reporter: German Galvez
            Priority: Minor


When clicking the calendar icon/button many times, the pop up shows a white 
square with the text "false" on it.
This happens when clicking it consecutively. Each click immediatly after the 
other (like double clicking, but many times).
Here is my inputCalendar code:

<t:inputCalendar id="fecha" styleClass="field"
        required="false" maxlength="10"
        value="#{backBean.fecha}"
        monthYearRowClass="monthYearRowClass"
        weekRowClass="weekRowClass" dayCellClass="dayCellClass"
        currentDayCellClass="currentDayCellClass"
        popupTodayString="Hoy es :" popupWeekString="S"
        renderAsPopup="true" renderPopupButtonAsImage="true"
        popupDateFormat="dd/MM/yyyy" size="15" tabindex="39"
        alt="Calendario" title="Calendario">
        <f:convertDateTime pattern="dd/MM/yyyy" />
</t:inputCalendar>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to