[JBoss JIRA] Created: (RF-1796) contextMenu it is displayed on any calendar
by Aleksej Yanul (JIRA)
contextMenu it is displayed on any calendar
-------------------------------------------
Key: RF-1796
URL: http://jira.jboss.com/jira/browse/RF-1796
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Reporter: Aleksej Yanul
Assigned To: Maksim Kaszynski
<rich:calendar id="calendarClientID" popup="false"></rich:calendar>
<rich:contextMenu id="ccContextMenuID" submitMode="ajax">
<rich:menuItem icon="/pics/header.png" value="tab1">
</rich:menuItem>
<rich:menuSeparator />
<rich:menuItem icon="/pics/info.gif" value="a">
</rich:menuItem>
<rich:menuItem icon="/pics/info.gif" value="b">
</rich:menuItem>
<rich:menuItem icon="/pics/info.gif" value="c">
</rich:menuItem>
</rich:contextMenu>
--
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
17 years, 3 months
[JBoss JIRA] Created: (RF-3759) calendar missed oncurrentdayselect call
by Ilya Shaikovsky (JIRA)
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
17 years, 3 months