[
https://issues.apache.org/jira/browse/TAPESTRY-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609058#action_12609058
]
Andreas Andreou commented on TAPESTRY-2492:
-------------------------------------------
Next firebug beta should fix this, see
http://code.google.com/p/fbug/issues/detail?id=762
Looked at tapestry.js and the workaround should be to replace
log.call(this, message); in line 473 with
log.call(window.console, message);
> Using FireFox 3 with FireBug, tapestry.js attempts to redirect error(),
> warn(), debug() to FireBug console, but fails
> ---------------------------------------------------------------------------------------------------------------------
>
> Key: TAPESTRY-2492
> URL: https://issues.apache.org/jira/browse/TAPESTRY-2492
> Project: Tapestry
> Issue Type: Bug
> Components: tapestry-core
> Affects Versions: 5.0.13
> Reporter: Howard M. Lewis Ship
>
> Noticed this while debugging another problem; some error about
> "FirebugContext not defined.". I've disabled the logic that attempts to use
> FireBug; instead it logs using the t-console DIV.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]