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

Kris Kempa (JIRA) jira-events at lists.jboss.org
Fri Feb 8 03:51:03 EST 2008


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
             Fix For: 3.1.5


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