[richfaces-issues] [JBoss JIRA] Created: (RF-2029) Modal Panel: top and left ="aout" do not influence to MP in FF

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Jan 24 08:56:21 EST 2008


Modal Panel: top and left ="aout" do not influence to MP in FF
--------------------------------------------------------------

                 Key: RF-2029
                 URL: http://jira.jboss.com/jira/browse/RF-2029
             Project: RichFaces
          Issue Type: Bug
         Environment: FF
            Reporter: Ilya Shaikovsky
         Assigned To: Nick Belaevski


modal panel opens in top left corner of the screen in FF


	<rich:modalPanel id="_panel" autosized="true" minHeight="550"
		minWidth="200" moveable="true" style="overflow: true;" top="auto" left="auto" showWhenRendered="true">
		<f:facet name="header">
			<h:outputText value="Events..." />
		</f:facet>
		<f:facet name="controls">
			<h:outputLink value="#"
				onclick="Richfaces.hideModalPanel('_panel'); return false;" >
				X
				</h:outputLink>
		</f:facet>


		<h:outputText value="Eventsaaaaaaaaaaaaaaaa ..." />

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