Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
-
Microsoft Windows XP, Microsoft Internet Explorer 7
Description
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="#
"
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>