You can actually get to browser tab from Menu Tabs >...

This commit is contained in:
mgalli%geckonnection.com 2006-01-11 21:30:23 +00:00
Родитель f866bedf34
Коммит dea2b27639
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -365,10 +365,15 @@ function BrowserMenuTabsActive() {
tabItem=gBrowser.mTabContainer.childNodes[i];
var tabMenuElement=document.createElement("menuitem");
tabMenuElement.setAttribute("label",tabItem.label);
tabMenuElement.setAttribute("oncommand","BrowserTabFocus("+i+")");
document.getElementById("MenuTabsContainer").appendChild(tabMenuElement);
}
}
function BrowserTabFocus(i) {
gBrowser.selectedTab=gBrowser.mTabContainer.childNodes[i];
}
/*
* Menu > Tabs -> destroy tab reference elements.
* When the XUL Nav menu > id="MenuTabsContainer" is hidden,