Status/Resolution/Reason: To Fix//
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 03/09/2016
Components: Mobile Support, Data Structure
Versions: 2016
Failure Type:
Found In Build/Fixed In Build: Alpha3_v12 /
Priority/Frequency: Normal / Most users will encounter
Locale/System: English / Win All
Vote Count: 1
Related Bugs:
CF-4092125 - Similar to
structNew("sorted") not supported in cfclient
Repro:
<cfclient>
<cfscript>
s = structNew("sorted");
s["z"] = "x";
s["b"] = "d";
s["a"] = "q";
for(key in s) {
writeOutput(key);
}
</cfscript>
</cfclient>
Actual result: zba
Expected result: abz (which is the actual result when the cfclient tags are commented-out)
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4126523
Reason: BugVerified
External Customer Info:
External Company:
External Customer Name: Aaron Neff
External Customer Email: adobelabs@itisdesign.com
External Test Config:
Attachments:
Comments: