[richfaces-planning-issues] [JBoss JIRA] Created: (RFPL-768) rich:popupPanel stops working after render

Max Katz (JIRA) jira-events at lists.jboss.org
Tue Aug 24 20:13:11 EDT 2010


rich:popupPanel stops working after render
------------------------------------------

                 Key: RFPL-768
                 URL: https://jira.jboss.org/browse/RFPL-768
             Project: RichFaces Planning
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: components
            Reporter: Max Katz
             Fix For: 4.0.0.Milestone2


1) Click Open button. Popup opens
2) Click Press me
3) Click Open button, popup doesn't open


<h:form>
<a4j:commandButton value="Press me" render="popup"/>
</h:form>

<input type="button" onclick="#{rich:component(':popup')}.show();"
	value="Open" />

<rich:popupPanel id="popup" 
				modal="true" 
				autosized="false"
				resizeable="true" 
				moveable="#true"
				width="400"
				height="300">
	<f:facet name="header">
		<h:outputText value="Moscow" />
	</f:facet>
	<f:facet name="controls">
		<h:outputLink value="#"
			onclick="#{rich:component('popup')}.hide(); return false;">
                    X
                </h:outputLink>
	</f:facet>

	<rich:panel>
		<h:graphicImage value="/images/moscow.png" />
		<br />
		Moscow is the capital, the most populous city, and the most populous federal subject of Russia. 
		The city is a major political, economic, cultural, religious, financial, educational, 
		and transportation centre of Russia and the world, a global city. Moscow is the most populous city 
		on the continent of Europe and the seventh largest city proper in the world, a megacity. 
		The population of Moscow (as of 1 January 2010) is 10,562,099.	
	</rich:panel>
</rich:popupPanel>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-planning-issues mailing list