[richfaces-svn-commits] JBoss Rich Faces SVN: r5408 - 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 07:03:07 EST 2008


Author: sergeyhalipov
Date: 2008-01-16 07:03:07 -0500 (Wed, 16 Jan 2008)
New Revision: 5408

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

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 11:57:13 UTC (rev 5407)
+++ branches/3.1.x/ui/menu-components/src/main/resources/org/richfaces/renderkit/html/scripts/menu.js	2008-01-16 12:03:07 UTC (rev 5408)
@@ -1111,7 +1111,7 @@
 	refresh:function(){
 		/*LOG.a4j_debug("rebinding " + $H(this).inspect());*/
 		var obj = $(this.objectId);
-		if(obj){
+		if (obj && obj.tagName) {
 			Event.stopObserving(obj, this.eventname, this.handler);
 			Event.observe(obj, this.eventname, this.handler);
 			return true;




More information about the richfaces-svn-commits mailing list