Popup is not working in Mozilla firefox 1.5
-------------------------------------------
Key: MYFACES-893
URL: http://issues.apache.org/jira/browse/MYFACES-893
Project: MyFaces
Type: Bug
Components: Tomahawk
Versions: 1.1.1
Environment: Server:
Apache Tomcat/5.5.12
MyFaces combined with Tiles
Client:
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5
Reporter: Manuel Ohlendorf
A Popup added like this:
<t:popup styleClass="popup" closePopupOnExitingElement="true"
closePopupOnExitingPopup="false" displayAtDistanceX="5"
displayAtDistanceY="5">
<h:outputText value="This is a very simple Tiles example." />
<f:facet name="popup">
<h:panelGroup>
<h:panelGrid columns="1">
<h:outputText value="This is a Popup test" />
</h:panelGrid>
</h:panelGroup>
</f:facet>
</t:popup>
results in a javascript error in Firefox 1.5:
Error: content__id1Popup has no properties
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira