Bug 342645: fix search bar shortcuts for opening the popup (Alt+Up/Down, F4), r=mconnor

This commit is contained in:
gavin%gavinsharp.com 2006-06-28 16:18:19 +00:00
parent 49262a639d
commit fa8324137a

View File

@ -605,7 +605,7 @@
<![CDATA[
// Don't open search popup if history popup is open
if (!this.popupOpen) {
this._button.open = true;
this._getParentSearchbar()._button.open = true;
return false;
}
return true;