PDA

View Full Version : Ext debug console popping up not using ext-all-debug.js



J. Brisbin
21 Jun 2007, 7:58 AM
I'm not including the ext-all-debug.js file, just the ext-all.js file and in browsers that don't have firebug installed, the debug console is popping up occasionally. It looks like it's logging something, like maybe I've got a stray console.log around somewhere (it also does it when I interrupt an AJAX request by clicking on a link, which cancels all the background updaters that are running). I thought the debug console wasn't supposed to come up when using the non-debug versions of the files. I don't want my users to have this box pop up, I'd rather get an error, which I can trap and fix.

How do I get this changed? Rebuild Ext? I'm using 1.0.

Thanks!

tryanDLS
21 Jun 2007, 8:40 AM
I believe the debug code was unintentionally included in the 1.0 release. AFAIK it was corrected for 1.01+ (at least I haven't seen it).

crabboyaq
21 Sep 2007, 3:14 AM
the same question i' m found

tryanDLS
21 Sep 2007, 3:29 PM
You're replying to a thread that's 3 months old and at least that many releases ago. Please retest with the latest 1.1.1 code.

crabboyaq
21 Sep 2007, 10:27 PM
You're replying to a thread that's 3 months old and at least that many releases ago. Please retest with the latest 1.1.1 code.
hi,
i tryed with 1.1.1 code,but question is still there.

tryanDLS
22 Sep 2007, 10:43 AM
I just tried this with the 1.1.1 Hello dialog example by adding

console.log('Test') The example is using the ext-all.js file and gets a runtime error when that code is executed, as expected - the debug code is not included. Changing the example to use ext-all-debug.js correctly brings up the debug window.

I suggest you check your code - you must be including the debug file somewhere.