Bug 381084 - "Autocomplete textbox cannot be resized after the popup has shown". Patch by Matt Crocker <matt@songbirdnest.com>. r=gavin.

This commit is contained in:
bent.mozilla@gmail.com 2007-05-20 18:30:59 -07:00
Родитель 7178d6300b
Коммит 1adf199346
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -601,6 +601,7 @@
document.popupNode = null;
this.setAttribute("hidden", "true");
this.removeAttribute("width");
this.mInput.controller.detachRollupListener();
}
]]></body>