]
Nick Belaevski reopened RF-3653:
--------------------------------
Assignee: Konstantin Mishin (was: Tsikhon Kuprevich)
<rich:tree> onexpand and oncollapse script not executed
-------------------------------------------------------
Key: RF-3653
URL:
https://jira.jboss.org/jira/browse/RF-3653
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.1
Environment: JBoss 4.2.2.GA Ubuntu 8.04 JBoss Seam 2.0.1.GA
Reporter: Alex Peelman
Assignee: Konstantin Mishin
Fix For: 3.2.2
When I click on a node to expand or collapse the script defined in the oncollapse and
onexpand attributes is not executed.
<rich:tree switchType="ajax"
id="navigator"
value="#{treeNode}"
var="navigationNode"
changeExpandListener="#{treeNavigator.changeExpandListener}"
componentState="#{dataComponentState}"
ajaxSubmitSelection="true"
ajaxSingle="true"
oncollapse="loading('sidebar','sidebarStatus')"
onexpand="loading('sidebar','sidebarStatus')"
oncomplete="doneLoading('sidebar','sidebarStatus')"
preserveModel="state"
nodeFace="#{navigationNode.type}"
selectedClass="selectedNode">
I replaced the loading('sidebar','sidebarStatus') part with
alert('hello world'); to be sure it wasn't the script that failed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: