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

Scott Boyd commented on WICKET-2326:
------------------------------------

If the next page takes a while to load, then the users see this message for 
long enough to think they should click on the link.  It would be better if this 
page could be customized so we could
a) change the message
b) delay display of the message on the page

> Text on BrowserInfoPage should be customizable
> ----------------------------------------------
>
>                 Key: WICKET-2326
>                 URL: https://issues.apache.org/jira/browse/WICKET-2326
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>            Reporter: Neil Ferguson
>
> The text on BrowserInfoPage should be customizable. Currently users gets a 
> flash of the text on the page, and I'd rather they saw a blank page, or at 
> least something that says "Loading..."
> I realise that this is duplicate of the closed issue WICKET-1591, but I have 
> to say, I think you made the wrong call on that.
> In order to change the text of the BrowserInfoPage, I have to override the 
> WebRequestCycle.newClientInfo() method. My problem isn't that this is tricky, 
> but implementing it requires copying a large chunk of code from the 
> WebRequestCycle method, which could potentially change in future versions of 
> the code, making my implementation prone to bugs.
> In think that changing the text of BrowserInfoPage is probably a relatively 
> common requirement, since it looks pretty unprofessional to have a flash of 
> text before the first application page is displayed.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to