Page 1 of 1

InitPopup: false, false - Error()@:0

Posted: Wed Oct 15, 2014 1:16 am
by Pete In Missouri
Hello,

This notice is "filling up" the console log. It doesn't seem to stop anything from happening. But I would, if I could, get it to stop.
  • InitPopup: false, false - Error()@:0
    ()@chrome://noscript/content/noscriptOverlay.js:373
    (null,null,"hoverUI")@chrome://noscript/content/noscriptOverlay.js:2215
    ()@chrome://noscript/content/noscriptOverlay.js:2240
    ()@chrome://noscript/content/noscriptOverlay.js:2599
    ([object Event])@chrome://noscript/content/noscriptOverlay.js:251
The logging occurs when I right-click or mouse wheel-click on a link to open it in another window. It doesn't log if I use the same click action to open in another tab.

It's been happening since I installed noscript-2.6.9.xpi. I suppose I can uninstall noscript-2.6.9*.xpi and go back to noscript-2.6.8.43.xpi if I have to.

Thanks for any help.

Pete
USAMO

Re: InitPopup: false, false - Error()@:0

Posted: Wed Oct 15, 2014 1:59 am
by barbaz
nothing harmful or problematic, it's only debug output
that message can't be disabled, but it shouldn't happen if debug output is disabled...

caused by this line of code in noscript.jar!/chrome/content/noscript/noscriptOverlay.js

Code: Select all

    noscriptOverlay.ns.log("InitPopup: " + (this._initPopupsRecursion + ", " + this._popupsInitialized) + " - " + new Error().stack);
so if it's bothering you, you could manually download the xpi (right-click, save link target as) and just remove/comment that line for the time being
(xpi file and the inner jar file are just zip files, so any decent archive manager should let you open/edit them)

Re: InitPopup: false, false - Error()@:0

Posted: Wed Oct 15, 2014 4:56 pm
by Pete In Missouri
Thanks!

I didn't think it was deadly.

I've found the xpi file via winzip. I'm just trying to figure up how to to keep the path information, it disappears after I edit the file.

Pete
USAMO