on Minefield, the tab bar was not shown by keyboard shortcuts if "TreeStyleTabService.shouldListenKeyEventsForAutoExpandByFocusChange" returned "false".
This commit is contained in:
parent
bcfc9dc413
commit
5d4d478802
@ -306,6 +306,12 @@ AutoHideBrowser.prototype = {
|
||||
this.treeStyleTab.getTreePref('tabbar.autoShow.feedback');
|
||||
},
|
||||
|
||||
get shouldListenKeyEventsForAutoHide()
|
||||
{
|
||||
return this.treeStyleTab.getTreePref('tabbar.autoShow.accelKeyDown') ||
|
||||
this.treeStyleTab.getTreePref('tabbar.autoShow.tabSwitch');
|
||||
},
|
||||
|
||||
showHideOnMousemove : function AHB_showHideOnMousemove(aEvent)
|
||||
{
|
||||
var w = this.window;
|
||||
|
Loading…
Reference in New Issue
Block a user