aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAnanya Sen2012-06-19 10:55:36 -0700
committerAnanya Sen2012-06-19 10:55:36 -0700
commit0f59f00621c371ccee6793c57e17314d0a5a8fbe (patch)
tree4c712d09ab5796dc6cb49908c6378e27ba6a0c5f /js
parentf47dace72a81cddfa29d89540629cfdd76d54b18 (diff)
downloadninja-0f59f00621c371ccee6793c57e17314d0a5a8fbe.tar.gz
Fix for IKNINJA-1754 (CLONE) - Menu Component: Hovering over another main menu does not work when a main menu drop down is already displayed.
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-xjs/components/menu/menu-entry.reel/menu-entry.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/components/menu/menu-entry.reel/menu-entry.js b/js/components/menu/menu-entry.reel/menu-entry.js
index ae3469c6..b765471b 100755
--- a/js/components/menu/menu-entry.reel/menu-entry.js
+++ b/js/components/menu/menu-entry.reel/menu-entry.js
@@ -107,6 +107,9 @@ exports.MenuEntry = Montage.create(Component, {
107 107
108 this.element.addEventListener("mousedown", this, true); 108 this.element.addEventListener("mousedown", this, true);
109 109
110 this.topHeader.addEventListener("mouseover", this, false);//Todo: check why this listener as not getting added menuIsActive
111
112 //Todo: check this binding
110 Object.defineBinding(this, "menuIsActive", { 113 Object.defineBinding(this, "menuIsActive", {
111 boundObject: this._menu, 114 boundObject: this._menu,
112 boundObjectPropertyPath: "active", 115 boundObjectPropertyPath: "active",