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:
parent
65f2ee5858
commit
585693eb64
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user