The preference "extensions.treestyletab.autoExpand.intelligently" should work correctly (regression) #303
This commit is contained in:
parent
5769d05897
commit
8e28fb2444
@ -4057,7 +4057,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
aSelf._handleNewActiveTabTimer = null;
|
aSelf._handleNewActiveTabTimer = null;
|
||||||
|
|
||||||
if (aOptions.canExpandTree) {
|
if (aOptions.canExpandTree) {
|
||||||
if (aOptions.canCollapseTree)
|
if (aOptions.canCollapseTree &&
|
||||||
|
aSelf.getTreePref('autoExpand.intelligently'))
|
||||||
aSelf.collapseExpandTreesIntelligentlyFor(aTab);
|
aSelf.collapseExpandTreesIntelligentlyFor(aTab);
|
||||||
else
|
else
|
||||||
aSelf.collapseExpandSubtree(aTab, false);
|
aSelf.collapseExpandSubtree(aTab, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user