コメント

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4948 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-19 05:48:41 +00:00
parent 01ac2c7e2c
commit 46a577ba5f

View File

@ -2627,6 +2627,8 @@ TreeStyleTabBrowser.prototype = {
sourceBrowser.treeStyleTab.getParentTab(aTab) : null ;
}, this);
// Firefox fails to "move" collapsed tabs. So, expand them first
// and collapse them after they are moved.
var collapseExpandState = [];
if (aInfo.action & this.kACTION_IMPORT &&
'swapBrowsersAndCloseOther' in targetBrowser) {