[richfaces-svn-commits] JBoss Rich Faces SVN: r4470 - branches/3.1.x/ui/menu-components/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:29 EST 2007


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

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

Modified: branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js
===================================================================
--- branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2007-12-04 18:39:24 UTC (rev 4469)
+++ branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2007-12-04 18:39:29 UTC (rev 4470)
@@ -332,7 +332,7 @@
     if (!e) {
         e = window.event;
     }
-	Event.stop(e);
+	//Event.stop(e);
     this.event = e;
     this.element = Event.element(e);
     this.layer = $(layer);




More information about the richfaces-svn-commits mailing list