You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2012/11/23 07:55:09 UTC

[jira] [Closed] (FELIX-3408) Web Console date chooser shows garbage text

     [ https://issues.apache.org/jira/browse/FELIX-3408?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger closed FELIX-3408.
------------------------------------


Close after release
                
> Web Console date chooser shows garbage text
> -------------------------------------------
>
>                 Key: FELIX-3408
>                 URL: https://issues.apache.org/jira/browse/FELIX-3408
>             Project: Felix
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: webconsole-3.1.8
>            Reporter: Valentin Valchev
>            Assignee: Valentin Valchev
>             Fix For: webconsole-4.0.0
>
>         Attachments: chinese.JPG
>
>
> Steps to reproduce:
> - clear cache
> - restart browser
> - set default browser locale to something different than english
> - open web console in the browser
> - use a plugin that uses the date chooser
> - popup the date chooser and you will see some strange characters for the days
> We tried to solve the same problem a long time ago, by adding the following code to support.js:
>         var locale = getCookie("locale");
> 	if (locale) {
> 		if ( !$.datepicker.regional[locale] ) locale = '';
> 		$.datepicker.setDefaults($.datepicker.regional[locale]);
> 	}
> The problem is when you open the web console for first time, the cookie is not set. It is set when you choose it using the flags on the top-right side of the window. 
> Unfortunately from javascript we cannot read the browser locale (at least, that is not portable). So the only solution would be that the web console sets the language cookie with every request.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira