You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
Pages: 1
#1 2007-11-12 13:42:14
console.log feature not working when refreshing pageHi, Offline #2 2007-11-13 18:31:45
Re: console.log feature not working when refreshing pageGreat work on CompanionJS. Developing for IE is way easier with your tools. Offline #3 2007-11-15 13:05:40
Re: console.log feature not working when refreshing pageHi Georges, Offline #4 2008-10-02 15:57:35
Re: console.log feature not working when refreshing pageI'm having the same issue. Code:In [10]= console.toString() Out[10]= "function console(msg) var obj = getElement('console'); if (obj) var text = getInner(obj); text = msg + '<br>' + text; setInner(obj, text); " Not sure what goes wrong, but it looks like "console" in the global scope has somehow been overwritten by a function, it's not an object at all?? Offline #5 2008-10-02 16:38:47
Re: console.log feature not working when refreshing pageAre you using a javascript framework like jquery, dojo, prototype ? Or firebug lite ? Or installed another IE plugin that already handles console.log feature ? Offline #6 2008-10-02 17:40:55
Re: console.log feature not working when refreshing pageI am using jQuery on ExtJS - no plugins. Should that be a problem? Offline #7 2008-10-02 17:51:42
Re: console.log feature not working when refreshing pageI searched through all loaded JavaScript files, the word "console" does not figure anywhere. Ext has something called createConsole(), but it's not touching anything that variable. Offline #8 2008-10-02 17:55:10
Re: console.log feature not working when refreshing pageAlso tried disabling all other plugins, including Java and the Microsoft IE Developer Toolbar - the situation is the same. Offline #9 2008-10-02 18:16:26
Re: console.log feature not working when refreshing pageAnd when you disable Companion.JS, (there are 2 plugins with the names : "Companion.JS" and "Companion.JS BHO") ? Do you still have a "console" object defined ? Offline #10 2008-10-02 18:49:47
Re: console.log feature not working when refreshing pageArgh! Turns out the developer who was working on this before me thought it was clever to create a function in the global scope named console() ... I searched everywhere for this, until finally I just did a "find in files" from the root directory, and sure enough, somewhere in there, somebody overwrote the console object. Offline #11 2008-10-02 18:57:49
Re: console.log feature not working when refreshing page... and you from having to answer this question again ;-) Offline #12 2008-10-02 21:41:47
Re: console.log feature not working when refreshing pageGood idea, I will do it in a future version. Offline
Pages: 1
|