You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/04/21 04:19:15 UTC

[jira] [Resolved] (FLEX-28923) Date bug in Safari

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

Justin Mclean resolved FLEX-28923.
----------------------------------

    Resolution: Not A Problem

No longer an issue in Safari 6 although issue is more likely Flash Player version related. Even if it was not an Apache Flex SDK issue.
                
> Date bug in Safari
> ------------------
>
>                 Key: FLEX-28923
>                 URL: https://issues.apache.org/jira/browse/FLEX-28923
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: .Unspecified - Framework
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Affected OS(s): Mac
> Affected OS(s): Mac OS 10.6
> Browser: Safari
> Language Found: English
>            Reporter: Adobe JIRA
>
> Steps to reproduce:
> 1. Create a new Flex project.
> 2. add these two lines (to applicationComplete() for example):
> var date:Date = new Date();
> date.setFullYear(-2, 0, 1);
> 3. run the app in Safari.
>  
>  Actual Results:
>  The app is hanging. When in debug mode (Flash Builder 4.5), the debugger does not give any feedback. 
>  This happens with every negative date, when (date.fullYear + 2) % 4 == 0 (like -2, -6, -10, ...), date.month == 0 and date.date == 1. 
>  It works fine in Firefox, and colleague tested it in Safari for Windows - without problems.
>  
>  Expected Results:
>  At least I'd like to see an error message in the debugger. Of course it would be better, if the app would not hang at all. 
>  
>  Workaround (if any):
>  none

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