[richfaces-issues] [JBoss JIRA] Created: (RF-6466) ContextMenu is broken in 3.3.1.SNAPSHOT.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Wed Mar 4 04:44:22 EST 2009


ContextMenu is broken in 3.3.1.SNAPSHOT.
----------------------------------------

                 Key: RF-6466
                 URL: https://jira.jboss.org/jira/browse/RF-6466
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.SNAPSHOT, all browsers.
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski
            Priority: Critical


Source:
<h:form>
		<rich:panel>
			<h:outputText value="panel with context menu" />
			<rich:contextMenu event="onclick">
				<rich:menuItem value="item"></rich:menuItem>
			</rich:contextMenu>
		</rich:panel>
	</h:form>

Open page and check browser error console
Result: following js. error:

disableDefaultContextMenu is not defined
attachToParent()("j_id_jsp_525031482_3:j_id_jsp_525031482_4", "onclick", Object)ui.pack.js.jsf (line 11614)
onmouseup()()editor.jsf (line 16)
E()()framewor...ck.js.jsf (line 6595)
editor.jsf()()editor.jsf (line 16)
[Break on this error] }}disableDefaultContextMenu(A,D,C,true);

As result context menu does not work. The same code works fine in 3.3.0.GA.

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