Backed out changeset 9eca658703d9 (bug 1524510) for browser chrome failures in browser/components/urlbar/tests/browser/browser_autoFill_preserve.js. CLOSED TREE

--HG--
extra : amend_source : 0b2de71129bfc99f88285599dabb215cdeebca8c
This commit is contained in:
Dorel Luca 2019-03-29 15:28:27 +02:00
Родитель df8a6860a4
Коммит bc7a8d64ee
1 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -36,8 +36,8 @@ class UrlbarView {
this._mainContainer = this.panel.querySelector(".urlbarView-body-inner");
this._rows = this.panel.querySelector("#urlbarView-results");
this._rows.addEventListener("mousedown", this);
this._rows.addEventListener("mouseup", this);
this._rows.addEventListener("mousedown", this);
// For the horizontal fade-out effect, set the overflow attribute on result
// rows when they overflow.
@ -140,9 +140,6 @@ class UrlbarView {
throw new Error("UrlbarView: Cannot select an item if the view isn't open.");
}
// Freeze results as the user is interacting with them.
this.controller.cancelQuery();
let row = this._selected;
if (!row) {