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:
gavin@gavinsharp.com 2008-03-28 14:35:39 -07:00
Родитель bc1bdcc86f
Коммит 88d6db1c8e
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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);