]
Jay Balunas updated RF-9271:
----------------------------
Assignee: Ilya Shaikovsky
Fix Version/s: 4.0.0.Milestone2
Affects Version/s: 4.0.0.Milestone2
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: Ilya Shaikovsky
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: