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

git-svn-id: svn://10.0.0.236/trunk@198584 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
masayuki%d-toybox.com 2006-05-29 18:34:25 +00:00
parent 65f2ee5858
commit 585693eb64

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>