[jira] [Updated] (FLEX-24259) DateField does not correctly parse nor format dates in fr_FR locale

2013-04-21 Thread Justin Mclean (JIRA)

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

Justin Mclean updated FLEX-24259:
-

Labels: easyfix  (was: )

 DateField does not correctly parse nor format dates in fr_FR locale
 ---

 Key: FLEX-24259
 URL: https://issues.apache.org/jira/browse/FLEX-24259
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: DateField
Affects Versions: Adobe Flex SDK 4.1 (Release)
 Environment: Affected OS(s): All OS Platforms
 Affected OS(s): All OS Platforms
 Language Found: French
Reporter: Adobe JIRA
Assignee: Adobe JIRA
Priority: Minor
  Labels: easyfix

 Steps to reproduce:
 1. Run attached sample
  
  Actual Results:
 The traces are: 2106062010 and null 
  
  Expected Results:
 They should be: 21 Jun 2010 and Wed Jun 21 00:00:00 GMT+0200 2006
  
  The date format comes from the framework_rb.swc file, 
 SharedResources.properties resource bundle, dateFormat resource. In fr_FR 
 locale is D MMM , I guess it is expressed using the DateFormatter 
 format, but the DateField is *not* using a DateFormatter but inner static 
 methods which have a different behavior.
 Regards,

--
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


[jira] [Updated] (FLEX-24259) DateField does not correctly parse nor format dates in fr_FR locale

2013-04-21 Thread Justin Mclean (JIRA)

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

Justin Mclean updated FLEX-24259:
-

Labels: easytest  (was: easyfix)

 DateField does not correctly parse nor format dates in fr_FR locale
 ---

 Key: FLEX-24259
 URL: https://issues.apache.org/jira/browse/FLEX-24259
 Project: Apache Flex
  Issue Type: Bug
  Components: mx: DateField
Affects Versions: Adobe Flex SDK 4.1 (Release)
 Environment: Affected OS(s): All OS Platforms
 Affected OS(s): All OS Platforms
 Language Found: French
Reporter: Adobe JIRA
Assignee: Adobe JIRA
Priority: Minor
  Labels: easytest

 Steps to reproduce:
 1. Run attached sample
  
  Actual Results:
 The traces are: 2106062010 and null 
  
  Expected Results:
 They should be: 21 Jun 2010 and Wed Jun 21 00:00:00 GMT+0200 2006
  
  The date format comes from the framework_rb.swc file, 
 SharedResources.properties resource bundle, dateFormat resource. In fr_FR 
 locale is D MMM , I guess it is expressed using the DateFormatter 
 format, but the DateField is *not* using a DateFormatter but inner static 
 methods which have a different behavior.
 Regards,

--
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