ewwink / X-Notifier-Reloaded

X-notifier 3.5.25 Notifies your webmails
8 stars 6 forks source link

notification popup #10

Closed koullis22 closed 7 years ago

koullis22 commented 7 years ago

hello after the update the notification popup doesnt close. Im using ff 55.01 and your latest reloaded version

CFBancroft commented 7 years ago

X-notifier Options=> General=> When new messages arrive... [X] Show an alert window [X] Auto hide notification (did you check mark? {myself UNcheck and it shows forever until I check email})

Loirooriol commented 7 years ago

I have the pref checked and this has been happening for some time. I never looked into it, but seems caused by an error thrown in chrome://xnotifier/content/alert.js:138

  if (prefBranch.getBoolPref("alerts.disableSlidingEffect")) {
    setTimeout(closeAlert, ALERT_DURATION_IMMEDIATE);
    return;
  }
NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff
(NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]
koullis22 commented 7 years ago

@CFBancroft yes both are ticked

@Loirooriol good to know someone else noticed..previous version was fine on firefox

CFBancroft commented 7 years ago

@koullis22 Thank you for responding... @Loirooriol Please look into http://xnotifier.tobwithu.com/dp/node/587 that I wrote User Guide 4 years ago... I want to make sure it works on number 0? 1? 2? it will work with your update? 0: Do not include 1: include to folder view only (does not calculate the grand total.) 2: include to the notification (does calculate the grand total.)

Loirooriol commented 7 years ago

@CFBancroft The problem and my patch are unrelated to that. But I tried setting the pref to 1 and I still got notifications, so probably this was broken by something else.