[richfaces-issues] [JBoss JIRA] Created: (RF-2287) autosized ModalPanel and Calendar: Calendar rendered broken.

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


autosized ModalPanel and Calendar: Calendar rendered broken.
------------------------------------------------------------

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


screens attached

code:

	<rich:modalPanel id="_panel" minHeight="100"
		minWidth="200" moveable="true" autosized="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