зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
fe2f0fd7a4
Коммит
8693adcdd0
|
@ -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);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче