[richfaces-issues] [JBoss JIRA] Updated: (RF-4808) Tree: first onselected event can not be canceled

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Jan 29 19:05:45 EST 2009


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

Nick Belaevski updated RF-4808:
-------------------------------

        Fix Version/s: 3.3.1
                           (was: Future)
    Affects Version/s: 3.3.1
             Assignee: Pavel Yaschenko


> Tree: first onselected event can not be canceled
> ------------------------------------------------
>
>                 Key: RF-4808
>                 URL: https://jira.jboss.org/jira/browse/RF-4808
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.1
>            Reporter: Nick Belaevski
>            Assignee: Pavel Yaschenko
>             Fix For: 3.3.1
>
>
> 		<rich:tree id="tree" switchType="ajax" value="#{dataService.rootNode}" var="item" treeNodeVar="node"
> 			onselected="return false;">
> 			<rich:treeNode id="node">
> 				<h:outputText value="#{item} #{testBean.timeString}" />
> 				<rich:componentControl event="oncontextmenu" for="siteTreeMenu" operation="show">
> 					<f:param value="#{testBean.nodeId}" name="node"/>
> 				</rich:componentControl>
> 			</rich:treeNode>
> 		</rich:tree>
> Click any node, it will be selected, but should not. Subsequent clicks won't change selection.

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