[
http://jira.jboss.com/jira/browse/RF-2939?page=all ]
Nick Belaevski resolved RF-2939.
--------------------------------
Resolution: Cannot Reproduce Bug
Assignee: Tsikhon Kuprevich (was: Nick Belaevski)
Could you please attach runnable war file?
rich:tree expand doesnt work in 3.2.0.GA
----------------------------------------
Key: RF-2939
URL:
http://jira.jboss.com/jira/browse/RF-2939
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: facelets 1.1.14
myfaces 1.2.2
Reporter: Andreas Höhmann
Assigned To: Tsikhon Kuprevich
Fix For: 3.2.1
it seems the last node is never expand *but* only in 3.2.0.GA ... 3.1.4/3.1.5-SNAPSHOT is
working ...
tree.xhtml (<my:tree id="foobar" manager="#{bean} .../>) :
<h:form id="#{id}_form">
<rich:tree
id="#{id}"
binding="#{manager.tree}"
value="#{manager.rootNode}"
var="item"
nodeFace="#{item.nodeType}"
limitToList="false"
ajaxSingle="true"
switchType="ajax"
ajaxSubmitSelection="true"
toggleOnClick="false"
immediate="false"
showConnectingLines="false"
rendered="true"
nodeSelectListener="#{manager.onSelect}"
changeExpandListener="#{manager.onExpand}"
adviseNodeSelected="#{manager.adviseNodeSelected}">
...
</h:form>
in the bean's onExpand i log the event ....
i can't log a "onExpand" event if i click on the last node of the tree /
subtree (but sometimes also other nodes not expandable)
hmmm ... its hard to describe the problem :-/
any idea?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira