Skip to content

Commit

Permalink
fix issue#44
Browse files Browse the repository at this point in the history
  • Loading branch information
gomita committed Jul 27, 2013
1 parent 70562ad commit ba8cff8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chrome/content/tabscope/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,11 @@ var TabScope = {
this._cancelDelayedOpen();
return;
}
// fix issue#44
if (document.documentElement.mozMatchesSelector(":-moz-window-inactive")) {
this._cancelDelayedOpen();
return;
}
}
this.popup.setAttribute("_backmonitor", aBackmonitor.toString());
this._timerId = null;
Expand Down

0 comments on commit ba8cff8

Please sign in to comment.