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

Justin Mclean resolved FLEX-17121.
----------------------------------

    Resolution: Won't Fix

ActionScript / Flash player issue not Flex issue
                
> for loop enumerates properties in random order
> ----------------------------------------------
>
>                 Key: FLEX-17121
>                 URL: https://issues.apache.org/jira/browse/FLEX-17121
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: Collections
>    Affects Versions: Adobe Flex SDK 3.2 (Release)
>         Environment: Affected OS(s): Mac
> Affected OS(s): Mac OS 10.5
> Language Found: English
>            Reporter: Adobe JIRA
>
> Steps to reproduce:
> var obj:Object = { a: "valueA", b: "valueB" };
> for(var property:String in obj)
> {
>     trace(property);
> }
>  
> Actual Results:
> Random:
> b
> a
> OR
> a
> b
>  
> Expected Results:
> a
> b
>  
> Workaround (if any):
> Sorting correctly on the back-end with PHP.

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

Reply via email to