[richfaces-issues] [JBoss JIRA] Created: (RF-3759) calendar missed oncurrentdayselect call

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Sun Jun 22 07:41:37 EDT 2008


calendar missed oncurrentdayselect call
---------------------------------------

                 Key: RF-3759
                 URL: http://jira.jboss.com/jira/browse/RF-3759
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski


<rich:calendar value="#{calendarBean.selectedDate}"
	popup="false" showApplyButton="false" 
	cellWidth="120px" cellHeight="120px" 
	boundaryDatesMode="select" showWeeksBar="false" 
	dataModel="#{calendarDataModel}" oncurrentdateselect="return false">

If I'm trying to change current date from header controls - all works fine,(date NOT changed as return false called)

But if I click on boundary date - event even not fired on state change so calendar switched.

In my case I could workaround it by changing boundarydatemode but anyway event should be fired on boundary date click in scroll and select modes.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list