зеркало из https://github.com/mozilla/pjs.git
Bug 404438 followup: make sure to set mConsumeRollup to false when closing the 'history' dropdown, to make sure it doesn't affect normal autocomplete popup behavior, r=enndeakin
This commit is contained in:
Родитель
176bc4bedc
Коммит
d4c35897ab
|
@ -352,6 +352,7 @@
|
|||
input.setAttribute("open", "true");
|
||||
function onHide() {
|
||||
input.removeAttribute("open");
|
||||
input.mConsumeRollupEvent = false;
|
||||
popup.removeEventListener("popuphiding", onHide, false);
|
||||
}
|
||||
popup.addEventListener("popuphiding", onHide, false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче