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
git-svn-id: svn://10.0.0.236/trunk@248798 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
5e0c72dee8
commit
2a68a27e3e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user