[richfaces-issues] [JBoss JIRA] Updated: (RF-6029) treeNode ondropend and oncomplete never executed using DnD

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed Feb 4 10:26:44 EST 2009


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

Nick Belaevski updated RF-6029:
-------------------------------

    Fix Version/s: Future


> treeNode ondropend and oncomplete never executed using DnD
> ----------------------------------------------------------
>
>                 Key: RF-6029
>                 URL: https://jira.jboss.org/jira/browse/RF-6029
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Ilya Shaikovsky
>            Assignee: Nick Belaevski
>             Fix For: Future
>
>
> http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4206859#4206859
> also checked within livedemo dnd sample
> 			<rich:tree ajaxKeys="#{null}" style="width:300px" nodeSelectListener="#{simpleTreeDndBean.processSelection}" 
> 				reRender="selectedNode" ajaxSubmitSelection="true"  switchType="client" dragIndicator="indicator2"
> 				value="#{simpleTreeDndBean.treeNode}" var="item" id="tree" treeNodeVar="treeNode"
> 				dropListener="#{simpleTreeDndBean.dropListener}" nodeFace="#{treeNode.parent.parent == null ? 'node' : 'leaf'}">
> 				<rich:treeNode type="node" acceptedTypes="pic" icon="#{treeNode.icon}" iconLeaf="#{treeNode.leafIcon}" oncomplete="alert('complete');" ondropend="alert('drop complete');"> 
> 					<h:outputText value="#{item}"/>
> 				</rich:treeNode>
> 				<rich:treeNode type="leaf" dragType="pic" oncomplete="alert('complete');" ondropend="alert('drop complete');"> 
> 					<rich:dndParam name="label" type="drag">#{item}</rich:dndParam>
> 					<h:outputText value="#{item}"/>
> 				</rich:treeNode>
> 			</rich:tree>

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