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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Apr 16 10:35:58 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-3036?page=comments#action_12409130 ] 
            
Nick Belaevski commented on RF-3036:
------------------------------------

I've attached runnable war. It works for me.

> </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
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.1
>
>         Attachments: d.war 
>
>
> 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