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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user