Fixed Bug 580419 - Using option-space to enter Tabcandy doesn't work when in the the Awesome Bar or Search Bar

This commit is contained in:
Raymond Lee 2010-07-21 07:58:50 +08:00
parent 30eb0303a8
commit a79fae854a
2 changed files with 1 additions and 2 deletions

View File

@ -1732,7 +1732,6 @@ window.Groups = {
});
return tabs;
}
};
// ----------

View File

@ -882,7 +882,7 @@ UIClass.prototype = {
var currentWin = Utils.getCurrentWindow();
var tabbox = currentWin.gBrowser.mTabBox;
currentWin.gBrowser.addEventListener("keypress", function(event) {
currentWin.addEventListener("keypress", function(event) {
if (Page.isTabCandyVisible()) {
return;
}