tree: all events occur twice
----------------------------

                 Key: RF-3929
                 URL: https://jira.jboss.org/jira/browse/RF-3929
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.2
         Environment: jsp
all browsers
Tomcat 6
            Reporter: Tatyana Romanovich
            Assignee: Nick Belaevski


1. Create any tested application with any event for tree component, e.g.:
<rich:tree id="tr2"
                        switchType="client"
                        oncollapse="alert ('oncollapse')"
                        onexpand="alert ('onexpand')">
                                <rich:recursiveTreeNodesAdaptor 
roots="#{fileSystemBean.sourceRoots}"
                                var="item"
                                nodes="#{item.nodes}"/>
</rich:tree>
2. Run application on the server and call tested event (collapse or expand node)
FAILURE: events occur twice (e.g. alert appears twice)

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