Backing out fix for bug 249136 for now; it caused bug 303475, bug 303477 and bug 303479

This commit is contained in:
aaronleventhal%moonset.net 2005-08-05 02:49:30 +00:00
Родитель 47c98e7d05
Коммит d93b267171
1 изменённых файлов: 3 добавлений и 7 удалений

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

@ -1352,13 +1352,9 @@
</getter>
<setter>
<![CDATA[
// Set newly selected tab after quick timeout, otherwise hideous focus problems
// can occur when "browser.tabs.loadInBackground" is false and presshell is not ready
function setTab(tabBox, tab) {
tabBox.selectedTab = tab;
}
setTimeout(setTab, 0, this.mTabBox, val);
return val;
// Update the tab
this.mTabBox.selectedTab = val;
return val;
]]>
</setter>
</property>