tracker issue : CF-4126523

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: structNew("sorted") not supported in cfclient

| View in Tracker

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:

Adding BUG AUDIT TRAIL ********action: updated fieldName: Fix By Product Milestone newValue: HF2 oldValue: Gold Master oprid: sjayaram recordName: RQ_DEFECT timpestamp: 2016-03-02 14:43:03.0 action: updated fieldName: Priority newValue: 2 oldValue: 3 oprid: rukumar recordName: RQ_DEFECT timpestamp: 2016-01-20 10:47:44.0 action: added fieldName: Vote Type newValue: BETA oldValue: Blank oprid: prerelease recordName: AD_DEFECT_VOTE timpestamp: 2015-11-28 13:55:29.0 action: updated fieldName: Status newValue: ToFix oldValue: Unverified oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: Owner newValue: pnibinkj oldValue: prk oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: Fix By Product Milestone newValue: Gold Master oldValue: Blank oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: Priority newValue: 3 oldValue: 0 oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: Reason newValue: BugVerified oldValue: Blank oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: Fix By Milestone newValue: Gold Master oldValue: Blank oprid: prk recordName: RQ_DEFECT timpestamp: 2015-11-25 07:25:49.0 action: updated fieldName: QE Assigned newValue: prk oldValue: hkallae oprid: hkallae recordName: RQ_DEFECT timpestamp: 2015-11-25 05:17:36.0 action: updated fieldName: Owner newValue: prk oldValue: hkallae oprid: hkallae recordName: RQ_DEFECT timpestamp: 2015-11-25 05:17:36.0
Comment by CFwatson U.
3865 | March 09, 2016 02:27:37 AM GMT
Form Errors: Vote comment is required and must be at least 25 characters in length.
Vote by External U.
3869 | March 09, 2016 02:27:39 AM GMT
Added By: PreRelease User User Name:Aaron Neff Note Added: Entered Bug. Date Added :2015-11-25 04:44:27.0
Comment by CFwatson U.
3866 | March 09, 2016 02:27:40 AM GMT
Moving mobile bug to Chinoy
Comment by Awdhesh K.
3867 | March 11, 2016 02:57:05 AM GMT
Since the support for StructNew("sorted") has been pulled back for now, moving this bug to next milestone.
Comment by Chinoy G.
3868 | March 23, 2016 12:02:12 AM GMT