diff --git a/modules/autoHide.js b/modules/autoHide.js index 037902fe..4d5bf140 100644 --- a/modules/autoHide.js +++ b/modules/autoHide.js @@ -362,7 +362,6 @@ AutoHideBrowser.prototype = { if (shouldShow) { this.show(this.kSHOWN_BY_MOUSEMOVE); this.cancelDelayedShowForShortcut(); - this.cancelHideForFeedback(); } else if ( !shouldShow && @@ -382,7 +381,6 @@ AutoHideBrowser.prototype = { this.showHideOnMouseMoveTimer = w.setTimeout( function(aSelf) { aSelf.cancelDelayedShowForShortcut(); - aSelf.cancelHideForFeedback(); aSelf.show(aSelf.kSHOWN_BY_MOUSEMOVE); }, utils.getTreePref('tabbar.autoHide.delay'),