[richfaces-issues] [JBoss JIRA] Created: (RF-4091) modalPanel: rich:calendar popup disappear after year selection under Safari 3.1 jsp-myfaces.
Mikhail Vitenkov (JIRA)
jira-events at lists.jboss.org
Tue Aug 5 08:52:57 EDT 2008
modalPanel: rich:calendar popup disappear after year selection under Safari 3.1 jsp-myfaces.
--------------------------------------------------------------------------------------------
Key: RF-4091
URL: https://jira.jboss.org/jira/browse/RF-4091
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: safari 3.1(3.2.2.BETA3) jsp-myfaces
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
# Use following code(rich:modalPanel contain rich:calendar):
<rich:modalPanel id="modalPanel3ID" minHeight="100" minWidth="200" moveable="true" autosized="true" resizeable="false">
<f:facet name="header">
<h:outputText value="Events..." />
</f:facet>
<f:facet name="controls">
<h:commandLink value="Close" onclick="Richfaces.hideModalPanel('modalPanel3ID');" />
</f:facet>
<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />
<rich:calendar popup="true" />
</rich:modalPanel>
# Navigate to the page.
# Call modal panel
# Click on calendar button.
# Click on top calendar popup's title(August, 2008)
# Select year.
Actual behavior:
After selection calendar's popup is hidden. Year isn't selected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list