[
https://jira.jboss.org/jira/browse/RF-3929?page=com.atlassian.jira.plugin...
]
Nick Belaevski resolved RF-3929.
--------------------------------
Resolution: Done
Assignee: Tatyana Romanovich (was: Nick Belaevski)
Reproducible for default tree nodes only
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