[richfaces-svn-commits] JBoss Rich Faces SVN: r14551 - branches/community/3.3.X/ui/menu-components/src/main/templates/org/richfaces.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Jun 8 09:08:52 EDT 2009


Author: Alex.Kolonitsky
Date: 2009-06-08 09:08:52 -0400 (Mon, 08 Jun 2009)
New Revision: 14551

Modified:
   branches/community/3.3.X/ui/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx
Log:
ContextMenu: browser context menu is not blocked on menu itself
https://jira.jboss.org/jira/browse/RF-7087

Modified: branches/community/3.3.X/ui/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx
===================================================================
--- branches/community/3.3.X/ui/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx	2009-06-08 12:49:59 UTC (rev 14550)
+++ branches/community/3.3.X/ui/menu-components/src/main/templates/org/richfaces/htmlMenuItem.jspx	2009-06-08 13:08:52 UTC (rev 14551)
@@ -43,7 +43,7 @@
 		class="#{menuItemClass}"
 		style="#{menuItemStyle}"
 		onclick="Event.stop(event);"
-        onContextMenu="false;" >
+        onContextMenu="return false;" >
 		
 	<jsp:scriptlet><![CDATA[
 		} else {




More information about the richfaces-svn-commits mailing list