[richfaces-svn-commits] JBoss Rich Faces SVN: r4469 - branches/3.1.x/ui/contextMenu/src/main/resources/org/richfaces/renderkit/html/scripts.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Tue Dec 4 13:39:25 EST 2007


Author: maksimkaszynski
Date: 2007-12-04 13:39:24 -0500 (Tue, 04 Dec 2007)
New Revision: 4469

Modified:
   branches/3.1.x/ui/contextMenu/src/main/resources/org/richfaces/renderkit/html/scripts/context-menu.js
Log:
http://jira.jboss.com/jira/browse/RF-1432

Modified: branches/3.1.x/ui/contextMenu/src/main/resources/org/richfaces/renderkit/html/scripts/context-menu.js
===================================================================
--- branches/3.1.x/ui/contextMenu/src/main/resources/org/richfaces/renderkit/html/scripts/context-menu.js	2007-12-04 18:21:06 UTC (rev 4468)
+++ branches/3.1.x/ui/contextMenu/src/main/resources/org/richfaces/renderkit/html/scripts/context-menu.js	2007-12-04 18:39:24 UTC (rev 4469)
@@ -52,7 +52,7 @@
 	show: function(event, context) {
 		this.construct(context);
 		new RichFaces.Menu.DelayedContextMenu(this.id + "_menu", event).show();
-		Event.stop(event||window.event);
+		//Event.stop(event||window.event);
 	},
 	
 	construct: function(context) {




More information about the richfaces-svn-commits mailing list