on Minefield, the tab bar was not shown by keyboard shortcuts if "TreeStyleTabService.shouldListenKeyEventsForAutoExpandByFocusChange" returned "false".

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-10 01:43:23 +09:00
parent bcfc9dc413
commit 5d4d478802

View File

@ -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;