[richfaces-issues] [JBoss JIRA] Assigned: (RF-1160) oncontextmenu treeNode attribute wont work

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 1 12:23:45 EDT 2007


     [ http://jira.jboss.com/jira/browse/RF-1160?page=all ]

Ilya Shaikovsky reassigned RF-1160:
-----------------------------------

    Assignee: Nick Belaevski  (was: Ilya Shaikovsky)

fix for 3.1.x pelase and resolve to both versions

> oncontextmenu treeNode attribute wont work
> ------------------------------------------
>
>                 Key: RF-1160
>                 URL: http://jira.jboss.com/jira/browse/RF-1160
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.1, 3.1.2
>         Environment: firefox and IE
>            Reporter: Deniss Parhomenko
>         Assigned To: Nick Belaevski
>             Fix For: 3.2.0
>
>
> in this sample code oncontextmenu wotn work
> <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
> 	xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:ui="http://java.sun.com/jsf/facelets"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:rich="http://richfaces.ajax4jsf.org/rich"
> 	xmlns:a4j="https://ajax4jsf.dev.java.net/ajax"
> 	xmlns:comp="http://www.exigen.com/test/jsf"
> 	xmlns:t="http://myfaces.apache.org/tomahawk">
> 	<ui:composition>
> 		<h:form id="testForm">
> 			<rich:tree value="#{dsProvider.data}" var="item"
> 				nodeFace="#{item.type}" switchType="ajax" id="Tree">
> 				<rich:treeNode type="folder"
> 					oncontextmenu="alert('test');return false;" id="table1">
> 					<h:outputText value="#{item.name}" id="table1FolderName"
> 						styleClass="text8pt" />
> 				</rich:treeNode>
> 			</rich:tree>
> 		</h:form>
> 	</ui:composition>
> </jsp:root>

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

        



More information about the richfaces-issues mailing list