You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org> on 2008/06/29 00:25:45 UTC

[jira] Created: (TAPESTRY-2492) Using FireFox 3 with FireBug, tapestry.js attempts to redirect error(), warn(), debug() to FireBug console, but fails

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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2492) Using FireFox 3 with FireBug, tapestry.js attempts to redirect error(), warn(), debug() to FireBug console, but fails

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609142#action_12609142 ] 

Andreas Andreou commented on TAPESTRY-2492:
-------------------------------------------

This should be working ok now with Firebug 1.2.0b4 

> 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Closed: (TAPESTRY-2492) Using FireFox 3 with FireBug, tapestry.js attempts to redirect error(), warn(), debug() to FireBug console, but fails

Posted by "Howard M. Lewis Ship (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Howard M. Lewis Ship closed TAPESTRY-2492.
------------------------------------------

    Resolution: Invalid
      Assignee: Howard M. Lewis Ship

Verified that console display logic works after upgrading to latest FireBug snapshot version.

> 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
>            Assignee: 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-2492) Using FireFox 3 with FireBug, tapestry.js attempts to redirect error(), warn(), debug() to FireBug console, but fails

Posted by "Andreas Andreou (JIRA)" <de...@tapestry.apache.org>.
    [ 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: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org