Changeset 426

Show
Ignore:
Timestamp:
07/24/08 20:12:16 (4 months ago)
Author:
t-bone
Message:

Fixes #149

  • Fix tab flicker on close.
  • Bump version number.
Location:
extension/tabcontrol
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • extension/tabcontrol/content/tabcontrol.js

    r400 r426  
    6666    } 
    6767 
     68    //set focus to the tab that we want 
     69    gTabControl.selectTab(tabToSelect); 
     70 
    6871    //call the browser's real remove tab function 
    6972    gBrowser.origRemoveTab(aTab); 
     
    7174    //skip the rest if we don't need to focus a custom tab 
    7275    if (null==tabToSelect) return; 
    73  
    74     //set focus to the tab that we want 
    75     gTabControl.selectTab(tabToSelect); 
    7676}, 
    7777 
  • extension/tabcontrol/install.rdf

    r398 r426  
    44        <em:id>{39952c40-5197-11da-8cd6-0800200c9a66}</em:id> 
    55        <em:name>Tab Control</em:name> 
    6         <em:version>0.4.1</em:version> 
     6        <em:version>0.4.2</em:version> 
    77 
    88        <em:creator>Anthony Lieuallen</em:creator>