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

Tatyana Romanovich (JIRA) jira-events at lists.jboss.org
Wed Jul 23 07:00:22 EDT 2008


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

Tatyana Romanovich closed RF-3929.
----------------------------------



Verified in the RF-3.2.2.BETA2

> 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: Tatyana Romanovich
>             Fix For: 3.2.2
>
>
> 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