[
https://issues.apache.org/jira/browse/WICKET-7048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17712904#comment-17712904
]
ASF GitHub Bot commented on WICKET-7048:
----------------------------------------
theigl commented on code in PR #580:
URL: https://github.com/apache/wicket/pull/580#discussion_r1168220796
##########
wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html:
##########
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org">
+<head>
+ <title>Wicket Examples - hellobrowser</title>
+</head>
+<body>
+ <wicket:extend>
+ <p>
+ This page uses
<em>org.apache.wicket.ajax.AjaxClientInfoBehavior</em>
Review Comment:
Should be `AjaxOnDomReadyClientInfoBehavior`.
> add an AjaxExtendedClientInfoBehavior that makes use of OnDomReady
> ------------------------------------------------------------------
>
> Key: WICKET-7048
> URL: https://issues.apache.org/jira/browse/WICKET-7048
> Project: Wicket
> Issue Type: Improvement
> Reporter: Ernesto Reinaldo Barreiro
> Priority: Major
> Attachments: image-2023-04-17-07-18-56-191.png
>
>
> We have noticed that AjaxClientInfoBehavior only provides a limeted set of
> cleint side properties and that
> RequestCycleSettings#getGatherExtendedBrowserInfo()=true is requiered to
> gather things like client time zone. This uses a redicrect to some special
> page and this causes some problem to us. We provide an AJAX behavior that
> gathers same info as RequestCycleSettings#getGatherExtendedBrowserInfo().
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)