Bug 1584507 - Collapsed urlbar should expand when clicking its search icon. r=harry

Differential Revision: https://phabricator.services.mozilla.com/D47421

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2019-09-27 13:22:31 +00:00
parent 69d84b1151
commit 11dc2d37c2

View File

@ -1783,6 +1783,7 @@ class UrlbarInput {
this._mousedownOnUrlbarDescendant = true;
if (event.target == this._inputContainer) {
this.focus();
this.startLayoutExtend();
}
break;
case this.window: