[richfaces-issues] [JBoss JIRA] Created: (RF-2288) non autosized modal panel and calendar: Calendar - popups below the panel

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Mon Feb 18 11:40:31 EST 2008


non autosized modal panel and calendar: Calendar - popups below the panel
-------------------------------------------------------------------------

                 Key: RF-2288
                 URL: http://jira.jboss.com/jira/browse/RF-2288
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski
             Fix For: 3.2.0
         Attachments: notAutosizedMpCalendar.jpg

screens attached


code:

	<rich:modalPanel id="_panel" minHeight="100"
		minWidth="200" moveable="true">
		<f:facet name="header">
			<h:outputText value="Events..." />
		</f:facet>
		<f:facet name="controls"> 
			<h:graphicImage value="/pages/montana.gif" onclick="Richfaces.hideModalPanel('_panel');" /> 
		</f:facet>

		<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />
		<rich:calendar popup="true"/>
	</rich:modalPanel>

B.t.w. JS error rised

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