Bug 857801 - Prevent glowing Download Notification Effect of Toolbar Button with Panel opened. r=mconley

This commit is contained in:
Girish Sharma
2013-05-04 00:01:16 +05:30
parent f3d0da7bb5
commit 08ae1ba8a3

View File

@@ -359,6 +359,11 @@ const DownloadsIndicatorView = {
return;
}
// No need to show visual notification if the panel is visible.
if (DownloadsPanel.isPanelShowing) {
return;
}
function DIV_SEN_callback() {
if (this._notificationTimeout) {
clearTimeout(this._notificationTimeout);