PDA

View Full Version : [2.??][CLOSED] Latest Firebug causes strict mode?



Dave.Sanders
21 Aug 2008, 5:01 PM
I updated to firebug 1.2.0b14 today (unfortunately while my code base was already unstable due to a merge I was doing) and its apparently screwing up my form field rendering.

Looks like if the console debugging is on, then its causing Ext to set isStrict = true, which then causes things to not render properly. (Or at least not render the way they were) One example that's really easy to see is that combo boxes no longer align with their trigger properly.

You can see this on the extjs samples pages. Hit the forms samples, turn on firebug console debugging and look at the first form.

Can someone else please confirm this? And if so, who's issue is this? Firebug's, or ext?

Cheers
Dave

danh2000
21 Aug 2008, 8:36 PM
Hi Dave,

I don't know where you got 1.2.0b14 - I have version 1.2.0b13 and can't find a 14 version on the mozilla adons page or the getFirebug site

I tried the first 3 form examples with b13 and all displayed correctly.

did you by any chance mistype the version number?

If not, advise where I can get that version and I'll happily try again for you.

Dave.Sanders
22 Aug 2008, 3:37 AM
Nope. I definitely have b14. Got it via an autoupdate yesterday. See image I've attached.

jay@moduscreate.com
22 Aug 2008, 5:44 AM
Why would this be in Ext bugs?!

Either way, i noticed something funky with the lastest Firebug:
http://tdg-i.com/img/screencasts/2008-08-22_0940.png

tryanDLS
22 Aug 2008, 7:54 AM
I would suggest that you upgrade to b15, which may have undone the change that was causing quirks mode.

This is probably not on mozilla addons yet, but you can go to getfirebug.com/releases/firebug/1.2 - just doubleclick the xpi to install.

Closing this as it's not an Ext isssue. Firebug discussion is at groups.google.com/firebug

danh2000
24 Aug 2008, 3:38 PM
I never did get a copy of b14 but I've just installed b15 and don't have any issues with Combos or Forms.

:)