[richfaces-issues] [JBoss JIRA] Created: (RF-3929) tree: all events occur twice

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Jul 16 13:03:53 EDT 2008


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

        



More information about the richfaces-issues mailing list