Trinidad:Calander NOT displaying month and year fields 1st time on IE6.
-----------------------------------------------------------------------

                 Key: TRINIDAD-1160
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1160
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.4-core
         Environment: Windows-XP, IE -5
            Reporter: ashokkumar
             Fix For: 1.0.4-core


This seems to be a bug with Trinidad datepicker hosted in a lightweight-dialog 
with IE6. Whenever i open the Calendar, the month and year fields don't show 
up. Only the dates for the month is shown and arrow links to move back or front 
in month is shown. If these arrows are clicked to move ahead in month, the 
month and year drop down shows up properly.

This happens only with IE6 and not on IE7 or Mozilla. I am using 
trinidad-api-1.0.4-SNAPSHOT.jar/myfaces-api-1.1.5.jar. 
The code is something like:

<tr:inputDate columns="15"
id="entryDate" value="#{myBean.payByDate}" required="true"
label="#{myBeanProps.values.plan_date}"
requiredMessageDetail="#{myBeanProps.values.plan_null_date}"
valueChangeListener="#{myBean.valueDateChangeEvent}"
validator="#{myBean.validateEntryDateInputDate}"
autoSubmit="true" immediate="true">
<tr:convertDateTime pattern="#{myBeanProps.values.date_format}" type="date"
secondaryPattern="#{myBeanProps.values.secondary_date_format}"
messageDetailConvertBoth="" 
messageDetailConvertDate="#{myBeanProps.values.date_not_format}" 
messageDetailConvertTime="" />
</tr:inputDate> 

-- 
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