Fix bug 177797 - satchel only works in the first tab. Make sure autocompletepopup attribute is set on each new browser that is created in tabbrowser.

This commit is contained in:
ben%netscape.com 2003-02-10 11:19:52 +00:00
Родитель fe2f0fd7a4
Коммит 8693adcdd0
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -673,6 +673,7 @@
b.setAttribute("type", "content");
b.setAttribute("contextmenu", this.getAttribute("contentcontextmenu"));
b.setAttribute("tooltip", this.getAttribute("contenttooltip"));
b.setAttribute("autocompletepopup", this.getAttribute("autocompletepopup"));
this.mPanelContainer.appendChild(b);