Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: ICE-Components
-
Labels:None
-
Environment:N/A
Description
Popup Calendar does not work if it is placed under <ice:form>.
But works partially when placed under
<ice:form>
<ice:panelTabSet>
<ice:panelTab>
<ice:selectInputDate id="testCalendar" renderAsPopup="true"/>
When placed under panelTabSet the calendar pops up fine but closes when user tries to change the month or year on the calendar. The calendar closes itself even when user selectes a date.
But works partially when placed under
<ice:form>
<ice:panelTabSet>
<ice:panelTab>
<ice:selectInputDate id="testCalendar" renderAsPopup="true"/>
When placed under panelTabSet the calendar pops up fine but closes when user tries to change the month or year on the calendar. The calendar closes itself even when user selectes a date.
Testcase available at 'C:\repo\qa\trunk\Regression-Icefaces2\Nightly\
ICE-3108\web'.Note: The calendar closes itself on date selection even when its not under panelTabset.
Testcase available at 'C:\repo\qa\trunk\Regression-Icefaces2\Nightly\
ICE-1960'.