[richfaces-issues] [JBoss JIRA] Created: (RF-3036) </rich:modalPanel> don't work on firefox

fang tianying (JIRA) jira-events at lists.jboss.org
Fri Apr 11 06:18:56 EDT 2008


</rich:modalPanel> don't work on firefox
----------------------------------------

                 Key: RF-3036
                 URL: http://jira.jboss.com/jira/browse/RF-3036
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.0
         Environment: firefox
            Reporter: fang tianying


codes below works fine on IE, but not work in firefox2.0

<ui:composition xmlns="http://www.w3.org/1999/xhtml" 
	xmlns:ui="http://java.sun.com/jsf/facelets"
	xmlns:h="http://java.sun.com/jsf/html" 
	xmlns:f="http://java.sun.com/jsf/core"
	xmlns:a4j="http://richfaces.org/a4j" 
	xmlns:rich="http://richfaces.org/rich">
	
	<rich:modalPanel id="panel" width="350" height="100" showWhenRendered="true">
		<f:facet name="header">
			<h:panelGroup>
				<h:outputText value="first run detected"></h:outputText>
			</h:panelGroup>
		</f:facet>
		<f:facet name="controls">
			<h:panelGroup>
				<rich:componentControl for="panel" attachTo="hidelink" operation="hide" event="onclick" />
			</h:panelGroup>
		</f:facet>
	</rich:modalPanel>
</ui:composition>

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