[FIXED] 5.0.10rc1 hides FoxClocks in Status Bar (SeaMonkey)

Ask for help about NoScript, no registration needed to post
Mc

[FIXED] 5.0.10rc1 hides FoxClocks in Status Bar (SeaMonkey)

Post 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
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1
User avatar
therube
Ambassador
Posts: 7977
Joined: Thu Mar 19, 2009 4:17 pm
Location: Maryland USA

Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)

Post 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);
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball NoScript FlashGot AdblockPlus
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1 Lightning/5.4
Mc

Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)

Post 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?
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1
User avatar
Giorgio Maone
Site Admin
Posts: 9546
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonkey)

Post by Giorgio Maone »

Should be fixed in latest development build 5.0.10rc2, thank you!
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0
Mc

[Fixed] 5.0.10rc1 hides my FoxClocks in Status Bar (SeaMonke

Post by Mc »

Fixed, thank you :-)
Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 SeaMonkey/2.49.1
Post Reply