mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Bug 240095 Location Bar doesn't stay open (collapses) when clicking on arrow the first time r=mconnor
This commit is contained in:
parent
0461f050d0
commit
0506e328ed
@ -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…
Reference in New Issue
Block a user