Bug 897590 - Metro Find bar disappears on keydown [r=ally]

This commit is contained in:
Matt Brubeck 2013-07-25 08:54:22 -07:00
parent c73d42317c
commit 76ea2cf7d6

View File

@ -96,11 +96,13 @@ var FindHelperUI = {
this.goToNext();
}
}
break;
case "MozAppbarShowing":
if (aEvent.target != this._container) {
this.hide();
}
break;
}
},