Hi,

I recently upgraded Firefox to the last beta (5) and had to upgrade Firebug
to the last dev version too.

Since this upgrade, I cannot anymore use the firebug console during my
"source" qx apps loading because of this line in  qx.log.appender.Native.js:

process : qx.core.Environment.select("engine.name",
{
"gecko" : function(entry)
{
if (window.console && console.firebug) {
console[entry.level].call(console, qx.log.appender.Util.toText(entry));
}
}, ...

I must wait the whole source version of my app is loaded or use the original
qx log window.

To be honest, I don't know if it's a bug in Firebug or in qx - I didn't take
the time to investigate... but it clearly indicates console[entry.level] has
the wrong type or doesn't exist.

Any idea ?

Best,

BenoƮt.

 

--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/console-entry-level-call-is-not-a-function-tp6457858p6457858.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to