[richfaces-issues] [JBoss JIRA] Created: (RF-1347) Elements under modalPanel tremble if autosized=true

Alexander Francuzov (JIRA) jira-events at lists.jboss.org
Wed Nov 14 08:44:18 EST 2007


Elements under modalPanel tremble if autosized=true
---------------------------------------------------

                 Key: RF-1347
                 URL: http://jira.jboss.com/jira/browse/RF-1347
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.1.3
         Environment: FF 2.0.0.9
JDK 1.5
Tomcat 5.5
JSF 1.1RI
            Reporter: Alexander Francuzov
         Assigned To: Nick Belaevski


Set attribute autosized to true and drag modal panel


<rich:modalPanel id="MPid" minHeight="#{modalPanel.minHeight}" minWidth="#{modalPanel.minWidth}" height="#{modalPanel.height}"
			width="#{modalPanel.width}" moveable="#{modalPanel.moveable}" autosized="true"  onhide="print('onhideInputID', 'onhide work!')" 
			onshow="print('onshowInputID', 'onshow work!')">
			<f:facet name="header">
				<h:outputText value="Heder goes here..." />
			</f:facet>

			<h:outputText value="This is Modal Panel example" styleClass="text1" />
			<f:verbatim>
				<br />
				<br />
			</f:verbatim>
			<h:outputLink onclick="Richfaces.hideModalPanel('MPform:MPid');return false;" value="Close">
				<f:verbatim>Close</f:verbatim>
			</h:outputLink>

		</rich:modalPanel>

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