Bug 240095 Location Bar doesn't stay open (collapses) when clicking on arrow the first time r=mconnor

This commit is contained in:
masayuki%d-toybox.com 2006-05-29 18:34:25 +00:00
parent 0461f050d0
commit 0506e328ed

View File

@ -339,6 +339,9 @@
this.popup.popupBoxObject.setConsumeRollupEvent(Components.interfaces.nsIPopupBoxObject.ROLLUP_CONSUME);
this.maxRows = 14;
// Eusure this having focus.
if (!this.focused)
this.focus();
this.attachController();
this.mController.startSearch("");
]]></body>