PDA

View Full Version : FF3.5 feat. Firebug 1.4.0b4



nctag
6 Jul 2009, 3:13 AM
Hi out there

I've updated FF to version 3.5 a week ago. Since then I updated to the new Firebug version 1.4.0b4 because the other version was FF3.0 only. Since then I often get no error in console but the script stops working.

For example you have a typical 'variable xy is not defined' error in your script Firebug doesn't show any errors but the script (logic) stops executing.

Does anybody have the same troubles?

mankz
6 Jul 2009, 3:31 AM
I'm on b5 which works pretty well.

http://getfirebug.com/releases/firebug/1.4/

jay@moduscreate.com
6 Jul 2009, 3:33 AM
no issues with B4.

Condor
6 Jul 2009, 3:35 AM
No issues?

Try typing 'new Date' in the console.

mystix
6 Jul 2009, 3:38 AM
FB 1.4 is pure crap.

try typing this in the console on an empty HTML page:


new Date(); // returns undefined


or this


a = {b:1}; // returns undefined
a; // returns undefined


i had to upgrade to 1.5X.0a07 just to get normal behaviour back.
when i reported the issue in FB1.4 over at the Firebug googlegroup (http://groups.google.com/group/firebug/browse_thread/thread/2abf149fe765adef), @johnjbarton replied that he got a proper date from FB 1.5+, with no mention of FB1.4. /:)

[edit]
to be fair, i'm quite happy with FB1.3.3 on Firefox 3.0.x, which i've got running on a separate profile.

Condor
6 Jul 2009, 3:45 AM
Shouldn't you be using the Firebug issue tracker (http://code.google.com/p/fbug/issues/list) for reporting a bug?

ps. It's already reported here (http://code.google.com/p/fbug/issues/detail?id=1963).

mankz
6 Jul 2009, 3:48 AM
Hi out there

I've updated FF to version 3.5 a week ago. Since then I updated to the new Firebug version 1.4.0b4 because the other version was FF3.0 only. Since then I often get no error in console but the script stops working.

For example you have a typical 'variable xy is not defined' error in your script Firebug doesn't show any errors but the script (logic) stops executing.

Does anybody have the same troubles?

Actually I see the problem you described now. The error in only shown in FB if you have the console open as the error happens. Pretty damn annoying... :(

mystix
6 Jul 2009, 3:48 AM
Shouldn't you be using the Firebug issue tracker (http://code.google.com/p/fbug/issues/list) for reporting a bug?

ps. It's already reported here (http://code.google.com/p/fbug/issues/detail?id=1963).


i did, although the bug report falls under a separate report / another category:
http://code.google.com/p/fbug/issues/detail?id=1860&can=5&q=undefined&colspec=ID%20Type%20Status%20Owner%20Test%20Summary#c6

jay@moduscreate.com
6 Jul 2009, 4:02 AM
No issues?

Try typing 'new Date' in the console.

I should have said "Not that issue".

nctag
6 Jul 2009, 4:09 AM
First of all, thx for you answers and inputs.

I'm now testing 1.5X. I hope this version works for me now. I'll report any troubles if there will come some. We won't hope that.

For all those who are searching for 1.5X (I was for a while too) here the direct link: http://getfirebug.com/releases/firebug/1.5X/

Condor
6 Jul 2009, 4:15 AM
I should have said "Not that issue".

OK, besides "that issue", I do have a lot of browser crashes since I installed FF 3.5.

Don't know if this is related to Firebug, but just in case I upgraded to FB 1.5Xa8. Now I'm waiting for the next crash...

nctag
6 Jul 2009, 4:21 AM
Condor I also can report several crashes with FF3.5, FB1.4X and Windows 7. I also don't know whether it's FB or FF...

zww80216
7 Jul 2009, 9:20 PM
http://getfirebug.com/releases/firebug/1.4/firebug-1.4.0b7.xpi
fixed your errors

steffenk
8 Jul 2009, 10:10 AM
@Condor - i even have many crashes on FF 3.0.11 and FB1.3.3 on Win Vista.
Never had them before (<3.0.5), but don't know if it's related to FB, FF or Windows. It's just annoying...