Firebug 1.10.3 and Aurora incompatibility?

180 views
Skip to first unread message

pd

unread,
Sep 13, 2012, 10:23:10 PM9/13/12
to fir...@googlegroups.com
Hello

Is anyone aware of Firebug 1.10.3 causing errors in JavaScript when used with Aurora (or possibly any version of Firefox after the Hueyfix) ?

With Firebug 1.10.3 and Aurora over the last few days I've seen errors such as this:

TypeError: elem is undefined
../jquery-1.3.2.js
Line 1305

I realise this could be a literal and correct error however I disable Firebug completely via about:addons and these errors do not appear and the related JavaScript code works fine.

Additionally the latest stable IE9 and Chrome builds do not experience this problem and the JavaScript code works fine in those browsers as well.

Lastly, if Firebug is enabled via about:addons, the above error appears in the Firefox Error Console as well as the Firebug Console. When Firebug is disabled via about:addons, the error doesn't arise in the Firefox Error Console and the JavaScript code works fine.

Thanks
pd

Sebastian Zartner

unread,
Sep 14, 2012, 2:07:34 AM9/14/12
to fir...@googlegroups.com
On Friday, September 14, 2012 4:23:10 AM UTC+2, pd wrote:
Hello

Is anyone aware of Firebug 1.10.3 causing errors in JavaScript when used with Aurora (or possibly any version of Firefox after the Hueyfix) ?

With Firebug 1.10.3 and Aurora over the last few days I've seen errors such as this:

TypeError: elem is undefined
../jquery-1.3.2.js
Line 1305
Do you have a test case for your scenario, so we can reproduce that? Does the error still occur when you disable the Console panel?

Furthermore note that jQuery 1.3.2 is very outdated (it was released at the beginning of 2009). The latest stable release is already 1.8.1. So I suggest you to update it.

Sebastian

Jan Odvarko

unread,
Sep 19, 2012, 9:47:51 AM9/19/12
to fir...@googlegroups.com

> I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1

> (www.colaco.fr and another not visible). The errors stops when

> I "Disable for all sites". If I disable only console errors continue to occurs...

I have been testing this

My scenario

 

1) Use Firefox Aurora (17.0a2)

2) Install Firebug 1.10.3 (restart the browser even if it isn’t necessary)

3) Enable all panels in Firebug

4) Load www.colaco.fr

5) Open Firebug, reload

 

I am seeing “(nothing to output)” plugins.js (line 7) in the console

 

Where I should see the error?

 

What OS are you using?

 

Honza

 

 

From: fir...@googlegroups.com [mailto:fir...@googlegroups.com] On Behalf Of RenaudAS
Sent: Wednesday, September 19, 2012 3:25 PM
To: fir...@googlegroups.com
Subject: [firebug] Re: Firebug 1.10.3 and Aurora incompatibility?

 

Hello,

I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1 (www.colaco.fr and another not visible).
The errors stops when I "Disable for all sites". If I disable only console errors continue to occurs...

Thanks

--
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to fir...@googlegroups.com
To unsubscribe from this group, send email to
firebug+u...@googlegroups.com
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

RenaudAS

unread,
Sep 19, 2012, 11:34:40 AM9/19/12
to fir...@googlegroups.com
My Firebug is 1.10.2b1
And my OS is Seven (sorry ;-) )

Errors (on my dev, there is no minified versions):
  • TypeError: elem is undefined (jquery.1.7.2 ligne 1898)
  • Error: Permission denied to access property 'tmplItem' (jquery.1.7.2 ligne 374)
I'll install 1.10.3.

Thanks

RenaudAS

unread,
Sep 19, 2012, 11:40:36 AM9/19/12
to fir...@googlegroups.com
Exactly the same with 1.10.3.
Try 1.11 alpha ?

Jan Honza Odvarko

unread,
Sep 19, 2012, 12:38:15 PM9/19/12
to Firebug
On Sep 19, 5:34 pm, RenaudAS <ren...@alphastudio.fr> wrote:
> My Firebug is 1.10.2b1
> And my OS is Seven (sorry ;-) )
Win 7, right?

> Errors (on my dev, there is no minified versions):
>
>    - TypeError: elem is undefined (jquery.1.7.2 ligne 1898)
>    - Error: Permission denied to access property 'tmplItem' (jquery.1.7.2
>    ligne 374)
Do you see this in Firebug Console panel?

Honza

>
> I'll install 1.10.3.
>
> Thanks
>
> Le mercredi 19 septembre 2012 15:48:02 UTC+2, Jan Honza Odvarko a écrit :
>
>
>
>
>
>
>
>
>
> > > I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1
>
> > > (www.colaco.frand another not visible). The errors stops when
>
> > > I "Disable for all sites". If I disable only console errors continue to
> > occurs...
>
> > I have been testing this
>
> > My scenario
>
> > 1) Use Firefox Aurora (17.0a2)
>
> > 2) Install Firebug 1.10.3 (restart the browser even if it isn’t necessary)
>
> > 3) Enable all panels in Firebug
>
> > 4) Loadwww.colaco.fr
>
> > 5) Open Firebug, reload
>
> > I am seeing “(nothing to output)” plugins.js (line 7) in the console
>
> > Where I should see the error?
>
> > What OS are you using?
>
> > Honza
>
> > *From:* fir...@googlegroups.com <javascript:> [mailto:
> > fir...@googlegroups.com <javascript:>] *On Behalf Of *RenaudAS
> > *Sent:* Wednesday, September 19, 2012 3:25 PM
> > *To:* fir...@googlegroups.com <javascript:>
> > *Subject:* [firebug] Re: Firebug 1.10.3 and Aurora incompatibility?
>
> > Hello,
>
> > I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1 (
> >www.colaco.frand another not visible).
> > The errors stops when I "Disable for all sites". If I disable only console
> > errors continue to occurs...
>
> > Thanks
>
> > Le vendredi 14 septembre 2012 08:07:34 UTC+2, Sebastian Zartner a écrit :
>
> > On Friday, September 14, 2012 4:23:10 AM UTC+2, pd wrote:
>
> > Hello
>
> > Is anyone aware of Firebug 1.10.3 causing errors in JavaScript when used
> > with Aurora (or possibly any version of Firefox after the Hueyfix) ?
>
> > With Firebug 1.10.3 and Aurora over the last few days I've seen errors
> > such as this:
>
> > TypeError: elem is undefined
> > ../jquery-1.3.2.js
> > Line 1305
>
> > Do you have a test case for your scenario, so we can reproduce that? Does
> > the error still occur when you disable the *Console* panel?
>
> > Furthermore note that jQuery 1.3.2 is very outdated (it was released at
> > the beginning of 2009 <http://docs.jquery.com/Release:jQuery_1.3.2>). The
> > latest stable release is already 1.8.1. So I suggest you to update it.
>
> > Sebastian
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Firebug" group.
> > To post to this group, send email to fir...@googlegroups.com <javascript:>
> > To unsubscribe from this group, send email to
> > firebug+u...@googlegroups.com <javascript:>

Jan Honza Odvarko

unread,
Sep 19, 2012, 12:38:54 PM9/19/12
to Firebug
On Sep 19, 5:40 pm, RenaudAS <ren...@alphastudio.fr> wrote:
> Exactly the same with 1.10.3.
> Try 1.11 alpha ?
Yes please try it, but I think it'll be the same.
https://getfirebug.com/releases/firebug/1.11/

Honza

>
> Le mercredi 19 septembre 2012 17:34:40 UTC+2, RenaudAS a écrit :
>
>
>
>
>
>
>
>
>
> > My Firebug is 1.10.2b1
> > And my OS is Seven (sorry ;-) )
>
> > Errors (on my dev, there is no minified versions):
>
> >    - TypeError: elem is undefined (jquery.1.7.2 ligne 1898)
> >    - Error: Permission denied to access property 'tmplItem' (jquery.1.7.2
> >    ligne 374)
>
> > I'll install 1.10.3.
>
> > Thanks
>
> > Le mercredi 19 septembre 2012 15:48:02 UTC+2, Jan Honza Odvarko a écrit :
>
> >> > I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1
>
> >> > (www.colaco.frand another not visible). The errors stops when
>
> >> > I "Disable for all sites". If I disable only console errors continue to
> >> occurs...
>
> >> I have been testing this
>
> >> My scenario
>
> >> 1) Use Firefox Aurora (17.0a2)
>
> >> 2) Install Firebug 1.10.3 (restart the browser even if it isn’t necessary)
>
> >> 3) Enable all panels in Firebug
>
> >> 4) Loadwww.colaco.fr
>
> >> 5) Open Firebug, reload
>
> >> I am seeing “(nothing to output)” plugins.js (line 7) in the console
>
> >> Where I should see the error?
>
> >> What OS are you using?
>
> >> Honza
>
> >> *From:* fir...@googlegroups.com [mailto:fir...@googlegroups.com] *On
> >> Behalf Of *RenaudAS
> >> *Sent:* Wednesday, September 19, 2012 3:25 PM
> >> *To:* fir...@googlegroups.com
> >> *Subject:* [firebug] Re: Firebug 1.10.3 and Aurora incompatibility?
>
> >> Hello,
>
> >> I have the same problem on 2 sites with jquery 1.7.2 and 1.8.1 (
> >>www.colaco.frand another not visible).
> >> The errors stops when I "Disable for all sites". If I disable only
> >> console errors continue to occurs...
>
> >> Thanks
>
> >> Le vendredi 14 septembre 2012 08:07:34 UTC+2, Sebastian Zartner a écrit :
>
> >> On Friday, September 14, 2012 4:23:10 AM UTC+2, pd wrote:
>
> >> Hello
>
> >> Is anyone aware of Firebug 1.10.3 causing errors in JavaScript when used
> >> with Aurora (or possibly any version of Firefox after the Hueyfix) ?
>
> >> With Firebug 1.10.3 and Aurora over the last few days I've seen errors
> >> such as this:
>
> >> TypeError: elem is undefined
> >> ../jquery-1.3.2.js
> >> Line 1305
>
> >> Do you have a test case for your scenario, so we can reproduce that? Does
> >> the error still occur when you disable the *Console* panel?
>
> >> Furthermore note that jQuery 1.3.2 is very outdated (it was released at
> >> the beginning of 2009 <http://docs.jquery.com/Release:jQuery_1.3.2>).

pd

unread,
Sep 19, 2012, 11:17:01 PM9/19/12
to fir...@googlegroups.com


On Friday, September 14, 2012 4:07:34 PM UTC+10, Sebastian Zartner wrote:
On Friday, September 14, 2012 4:23:10 AM UTC+2, pd wrote:
Hello

Is anyone aware of Firebug 1.10.3 causing errors in JavaScript when used with Aurora (or possibly any version of Firefox after the Hueyfix) ?

With Firebug 1.10.3 and Aurora over the last few days I've seen errors such as this:

TypeError: elem is undefined
../jquery-1.3.2.js
Line 1305
Do you have a test case for your scenario, so we can reproduce that? Does the error still occur when you disable the Console panel?

I think I've narrowed-down at least part of the problems I've been seeing in a separate topic I just posted.

Furthermore note that jQuery 1.3.2 is very outdated (it was released at the beginning of 2009). The latest stable release is already 1.8.1. So I suggest you to update it.

Not that simple: dealing with vendorware.

Reply all
Reply to author
Forward
0 new messages