[ 
https://jira.jboss.org/jira/browse/RF-3653?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tatyana Romanovich closed RF-3653.
----------------------------------



Verified, that bug was fixed, new issue was created 
https://jira.jboss.org/jira/browse/RF-4299

> <rich:tree> onexpand and oncollapse script not executed
> -------------------------------------------------------
>
>                 Key: RF-3653
>                 URL: https://jira.jboss.org/jira/browse/RF-3653
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: JBoss 4.2.2.GA Ubuntu 8.04 JBoss Seam 2.0.1.GA
>            Reporter: Alex Peelman
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.2.2
>
>
> When I click on a node to expand or collapse the script defined in the 
> oncollapse and onexpand attributes is not executed.
> <rich:tree switchType="ajax"
>                          id="navigator"
>                          value="#{treeNode}" 
>                          var="navigationNode"
>                          
> changeExpandListener="#{treeNavigator.changeExpandListener}"                  
>                           
>                          componentState="#{dataComponentState}"
>                          ajaxSubmitSelection="true"   
>                          ajaxSingle="true"               
>                          oncollapse="loading('sidebar','sidebarStatus')"
>                          onexpand="loading('sidebar','sidebarStatus')"
>                          oncomplete="doneLoading('sidebar','sidebarStatus')"
>                          preserveModel="state"                           
>                          nodeFace="#{navigationNode.type}"
>                          selectedClass="selectedNode">
> I replaced the loading('sidebar','sidebarStatus') part with alert('hello 
> world'); to be sure it wasn't the script that failed.

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