Author: amarkhel
Date: 2010-12-03 09:25:07 -0500 (Fri, 03 Dec 2010)
New Revision: 20353
Modified:
sandbox/trunk/ui/dropdown-menu/ui/src/main/resources/META-INF/resources/org.richfaces/menu.js
Log:
drop-down menu client-code update
https://jira.jboss.org/browse/RF-9785
Modified:
sandbox/trunk/ui/dropdown-menu/ui/src/main/resources/META-INF/resources/org.richfaces/menu.js
===================================================================
---
sandbox/trunk/ui/dropdown-menu/ui/src/main/resources/META-INF/resources/org.richfaces/menu.js 2010-12-03
14:22:55 UTC (rev 20352)
+++
sandbox/trunk/ui/dropdown-menu/ui/src/main/resources/META-INF/resources/org.richfaces/menu.js 2010-12-03
14:25:07 UTC (rev 20353)
@@ -40,6 +40,7 @@
this.popupList = new RichFaces.ui.PopupList(this.id + "_list", this,
this.options);
this.selectedGroup = null;
rf.Event.bindById(this.id, this.options.showEvent, $.proxy(this.___showHandler,
this), this);
+ rf.Event.bindById(this.id, "mouseover", $.proxy(this.__overHandler,
this), this);
rf.Event.bindById(this.id, "mouseleave", $.proxy(this.__leaveHandler,
this), this);
};