[richfaces-issues] [JBoss JIRA] Commented: (RF-2201) ModalPanel: onshow is not working anymore (worked fine in 3.1.3)

Pierangelo Dal Maso (JIRA) jira-events at lists.jboss.org
Wed Mar 19 05:17:51 EDT 2008


    [ http://jira.jboss.com/jira/browse/RF-2201?page=comments#action_12403544 ] 
            
Pierangelo Dal Maso commented on RF-2201:
-----------------------------------------

Parameter passing to modal dialog (as described in "Richfaces Developer Guide" par. 6.25.4) is also
working fine in 3.1.3.GA and broken in 3.1.4.GA

> ModalPanel: onshow is not working anymore (worked fine in 3.1.3)
> ----------------------------------------------------------------
>
>                 Key: RF-2201
>                 URL: http://jira.jboss.com/jira/browse/RF-2201
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.4
>         Environment: Tomcat 6.0.14, Firefox2.0.0.11/IE6/IE7
>            Reporter: Kris Kempa
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.0
>
>
> Example:
>       
>       <a href="javascript:Richfaces.showModalPanel('mp',{width:450, top:200})">
>             Richfaces.showModalPanel('mp',{width:450, top:200})
>       <a>
>     <rich:modalPanel id="mp" autosized="true" zindex="2000"
>         onshow="alert('onshow')">
>         <f:facet name="header">
>             <h:outputText value="Modal Panel Title" />
>         </f:facet>
>         <a href="javascript:Richfaces.hideModalPanel('mp')">hide this panel</a>:
>     </rich:modalPanel>
> Alert box doesn't show when richfaces-3.1.4.GA is used.
> With richfaces-3.1.2.GA and richfaces-3.1.3.GA it works fine.
> Looks like http://jboss.com/index.html?module=bb&op=viewtopic&t=128913 could be related to this problem

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