vote up 1 vote down star

Hello,

I get the following error in firebug in Firefox 3 with both MooTools and jQuery: "p.onStatusChange is not a function".

I've noticed this error frequently in firebug since one of the latest updates of FF3. However, it has started appearing with code that hasn't been changed in some time and that was not reporting errors previously. The errors happens when ajax results are returned. It shows up in different applications that use separate javascript libraries, MooTools and jQuery.

Does anyone have any idea why these errors are appearing? My intuition tells me that it is something in Firefox that changed, but I can't find any information online currently. The ajax calls still work fine, but I am wary of just going with my intuition and leaving script errors in my code.

Thanks,

Jason

flag
I'm not sure, they're in the minified javascript libraries for MooTools and jQuery, not my code. – Jason Jun 23 at 20:04

2 Answers

vote up 0 vote down check

Here is the reference for the function NsIDownloadProgressListener. It looks like it has been deprecated.

link|flag
I think this is it, thanks. I'll see about submitting a bug report and then let the libraries catch up. – Jason Jun 23 at 20:04
vote up 0 vote down

I get it in tabBrowser instead: chrome://browser/content/tabbrowser.xml

(4) errors occur:
p.onStatusChange
p.onProgressChange
p.onStateChange
p.onSecurityChange

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.