Page 1 of 1
[FIXED] 5.0.10rc1 hides FoxClocks in Status Bar (SeaMonkey)
Posted: Sat Sep 02, 2017 9:30 am
by Mc
5.0.10rc1 hides my FoxClocks in Status Bar even when use of the button unchecked. If checked the NoScript button (or label) also doesn't show up as posted here:
https://forums.informaction.com/viewtop ... 433#p89433
Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)
Posted: Sat Sep 02, 2017 11:10 am
by therube
Confirmed.
When you add NoScript 5.0.10.rc1 into the mix, FoxClocks no longer displays its clocks on the Status Bar.
(FoxClocks & NoScript 5.0.9rc4 works as expected.)
If it means anything:
Code: Select all
foxclocks.Overlay::startup(): bad addon info at index 0 foxclocksoverlay.js:197
foxclocks.Overlay::startup(): bad addon info at index 1 foxclocksoverlay.js:197
AddonManager.getAddonsByIDs(utils.FC_GUID_STATUSBAR_EXTENSIONS, function(addons) {
for (let i=0; i < addons.length; i++)
{
let currAddon = addons[i];
if (currAddon === null || typeof(currAddon) !== 'object') // Nightly bug
console.warn("foxclocks.Overlay::startup(): bad addon info at index", i);
else if (currAddon.isActive)
self.activeExtensions.push(currAddon.id);
}
self.clockTooltip = document.getElementById("foxclocksoverlay-clock-tooltip");
self.clockTooltip.addEventListener("popupshowing", function(event) { self.clockTooltipUpdate = true; self.updateView(); });
self.clockTooltip.addEventListener("popuphidden", function(event) { self.clockTooltipUpdate = false; });
self.setClocksFormat();
self.setTooltipFormat();
self.setMenuItemState();
self.setClocksContainerType('startup');
self.createClocks();
self.updateView();
prefManager.addPrefObserver("extensions.foxclocks.", self);
Components.classes["@mozilla.org/observer-service;1"].getService(Components.interfaces.nsIObserverService).addObserver(self, "foxclocks", false);
AddonManager.addAddonListener(self.addonListener);
Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)
Posted: Mon Sep 04, 2017 6:30 am
by Mc
From IRC: Hi! SOmething happen so I couldn't see NoScript's and AdBlock's icons on SM status bar, although both of the extensions are enable. What could it be?
Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)
Posted: Mon Sep 04, 2017 6:09 pm
by Giorgio Maone
Should be fixed in
latest development build 5.0.10rc2, thank you!
[Fixed] 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonke
Posted: Tue Sep 05, 2017 4:41 am
by Mc
Fixed, thank you
