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

ASF GitHub Bot commented on CB-7790:
------------------------------------

Github user csantanapr commented on a diff in the pull request:

    
https://github.com/apache/cordova-plugin-globalization/pull/41#discussion_r39164957
  
    --- Diff: README.md ---
    @@ -38,6 +38,8 @@ Although in the global scope, it is not available until 
after the `deviceready`
             console.log(navigator.globalization);
         }
     
    +:warning: Check issues on the [JIRA issue 
tracker](https://issues.apache.org/jira/browse/CB-7790?filter=-1&jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Globalization%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
    --- End diff --
    
    The URL is wrong, it always takes the user to CB-7790
    
    I'm not JIRA query builder expert but, I build this one and I think it does 
what you want:
    
https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22%2C%20Reopened)%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20Globalization%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC



> "navigator.globalization.getDateNames" strange problem in wp8
> -------------------------------------------------------------
>
>                 Key: CB-7790
>                 URL: https://issues.apache.org/jira/browse/CB-7790
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Globalization
>    Affects Versions: 3.6.3
>         Environment: phonegap 3.6.3 with all latest plugin
> ios 8.02
> winphone 8.1
> Android 4.42
> all real machine
>            Reporter: Colin Bau
>              Labels: globalization
>   Original Estimate: 12h
>  Remaining Estimate: 12h
>
> when I execute these code
> navigator.globalization.getDateNames(function(names) {for (var i=0; 
> i<names.value.length; i++) { alert(i + names.value[i]);}},null,{type:"wide", 
> item:"months"})
> [in android and ios,it will return] 
> 0 1
> 1 2
> 2 3
> ...
> ...
> ...
> 11 12
> [in wp8,it will return] 
> 0 1
> 1 2
> 2 3
> ...
> ...
> ...
> 11 12
> 12 null <= this line maybe have some problem or Excess ?



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to