[richfaces-issues] [JBoss JIRA] Resolved: (RF-9271) rich:popupPanel stops working after render

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Aug 30 11:30:12 EDT 2010


     [ https://jira.jboss.org/browse/RF-9271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski resolved RF-9271.
--------------------------------

      Assignee: Andrey Markhel  (was: Ilya Shaikovsky)
    Resolution: Done


> rich:popupPanel stops working after render
> ------------------------------------------
>
>                 Key: RF-9271
>                 URL: https://jira.jboss.org/browse/RF-9271
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output, component-panels-layout-themes
>    Affects Versions: 4.0.0.Milestone2
>            Reporter: Max Katz
>            Assignee: Andrey Markhel
>             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-issues mailing list