[ 
https://jira.jboss.org/jira/browse/RF-3453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12499777#action_12499777
 ] 

Markus Staab commented on RF-3453:
----------------------------------

regression: a4j:support for the rich:modalPanel and events like "onhide", 
"onshow", ... doesn't work in 3.3.1 GA

> rich:modalPanel does not work with event listeners added using a4j:support
> --------------------------------------------------------------------------
>
>                 Key: RF-3453
>                 URL: https://jira.jboss.org/jira/browse/RF-3453
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.1.5, 3.1.x
>            Reporter: Paul Speijers
>            Assignee: Mikhail Vitenkov
>             Fix For: 3.1.6
>
>
> I wanted to perform some finalization work when I hide a modalPanel and an 
> obvious solution would be to register an action to the onhide event using an 
> a4j:support. However, the action is never executed and it seems like the 
> event listener is not registered with the onhide event.
> <rich:modalPanel id="#{modalPanelId}" height="600" top="20" left="112" 
> width="900" resizeable="false" moveable="true"
>             onshow="focusFirstModalPanelElement('#{modalPanelId}')">
>             <a4j:support event="onhide" 
> action="#{modalPanelDelegator.closePanel}" oncomplete="alert('test2')"/>
>       .....
> </rich:modalPanel>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to