Hi Benoît,
this is interesting. It looks like the log methods (debug, info, ...) on
Firebug's console object don't have a call function any more in FF5. I
wouldn't be surprised if this was a new Firefox security feature meant
to sandbox add-on code.
On the other hand, I don't see why qx.log.appender.Native.process needs
to use call here, seems redundant to me.
I opened a report for this issue, #5232. If you absolutely need to use
FF5 beta, you could replace the offending line in process with this:
console[entry.level](qx.log.appender.Util.toText(entry));
Regards,
Daniel
On 06/09/2011 03:43 PM, benco wrote:
> 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
------------------------------------------------------------------------------
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