tracker issue : CF-4092029

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

[ANeff] Bug for: structEach()/struct.each() not supported in cfclient

| View in Tracker

Status/Resolution/Reason: To Fix//

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 11/24/2015

Components: Mobile Support, Data Structure

Versions: 11.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Normal / Some users will encounter

Locale/System: English / Platforms All

Vote Count: 0

Related Bugs:
CF-4092125 - Similar to


structEach()/struct.each() are not supported in cfclient, but should be.

Repro:

<cfclient>
<cfscript>
  s = structNew("ordered");
  s["z"] = "x";
  s["b"] = "d";
  s["a"] = "q";
  s.each(function(key) {writeOutput(key);});
  structEach(s, function(key) {writeOutput(key);});
</cfscript>
</cfclient>

Actual result: JS errors

Expected result: zbazba

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	4092029

Reason:	BugVerified

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email:

Attachments:

Comments: