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

git-svn-id: svn://10.0.0.236/trunk@232679 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
aaronleventhal%moonset.net
2007-08-22 05:03:05 +00:00
parent 34a1ed36f6
commit 817a9f7b0c

View File

@@ -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>