[richfaces-svn-commits] JBoss Rich Faces SVN: r5435 - 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
Wed Jan 16 13:55:45 EST 2008


Author: sergeyhalipov
Date: 2008-01-16 13:55:44 -0500 (Wed, 16 Jan 2008)
New Revision: 5435

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-1456 - move all changes to branch.

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	2008-01-16 17:42:51 UTC (rev 5434)
+++ branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2008-01-16 18:55:44 UTC (rev 5435)
@@ -332,7 +332,7 @@
         e = window.event;
     }
 	//Event.stop(e);
-    this.event = e;
+    this.event = Object.clone(e);
     this.element = Event.element(e);
     this.layer = $(layer);
     this.show = function() {




More information about the richfaces-svn-commits mailing list