You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/01/08 12:10:35 UTC

[jira] [Commented] (WICKET-5806) Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled

    [ https://issues.apache.org/jira/browse/WICKET-5806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14269198#comment-14269198 ] 

ASF subversion and git services commented on WICKET-5806:
---------------------------------------------------------

Commit 4ee38436974006697562cfe61f2073482ea35d2c in wicket's branch refs/heads/wicket-6.x from [~mgrigorov]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=4ee3843 ]

WICKET-5806 Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled


> Wicket.Log should log (at least errors) in the browser console even when Wicket Ajax Debug window is disabled
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-5806
>                 URL: https://issues.apache.org/jira/browse/WICKET-5806
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.18.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>            Priority: Minor
>             Fix For: 7.0.0-M5, 6.19.0
>
>
> When org.apache.wicket.settings.IDebugSettings#setAjaxDebugModeEnabled(false)wicket-ajax.js won't log any errors to the browser console because of the check at:
> https://github.com/apache/wicket/blob/8a3bd97825647301833751e906f441577e3fb3a5/wicket-core/src/main/java/org/apache/wicket/ajax/res/js/wicket-ajax-jquery.js#L231
> I think errors should be logged to the browser console if there is a window.console object no matter what is the value of the setting.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)