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

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

Commit db90877cca819c7675d88eae80aa3b4eb315fac2 in wicket's branch 
refs/heads/WICKET-6183 from [~svenmeier]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=db90877 ]

WICKET-6174 guard against #javaEnabled() returning undefined


> Browser/Client info navigatorJavaEnabled property returns undefined
> -------------------------------------------------------------------
>
>                 Key: WICKET-6174
>                 URL: https://issues.apache.org/jira/browse/WICKET-6174
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 7.3.0, 8.0.0-M1, 6.23.0
>         Environment: Ipad chrome browser
>            Reporter: ramesh valasa
>            Assignee: Sven Meier
>            Priority: Minor
>             Fix For: 8.0.0-M1, 7.4.0, 6.24.0
>
>
> Hi, 
> I was trying to use WebClientInfo to get browser information on the server, 
> In the IPAD Chrome 
> when retrieving  'navigatorJavaEnabled' is returning 'undefined' instead of 
> true/false. 
> The problem is as  'undefined' is string but server is expecting boolean, 
> leads to exception and causing  browser to reload continuously. 
> possible solution 
> In wicket-browser-info.js 
> -------------------------------------- 
> info.navigatorJavaEnabled = window.navigator.javaEnabled() || false; 
> Also posted the same in wicket forum:
> http://apache-wicket.1842946.n4.nabble.com/Browser-Client-info-navigatorJavaEnabled-property-returns-undefined-td4674794.html



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

Reply via email to