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

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Jul 17 08:05:52 EDT 2008


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

Nick Belaevski updated RF-3929:
-------------------------------

    Fix Version/s: 3.2.2


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