Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 05/05/2014
Components: Language
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: PublicBeta /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 1
Duplicate ID: CF-3752316
The filter() member function has not been implemented for lists.
Steps to Reproduce:
<cfscript>
myVar = "1,2,3";
writeOutput(listFilter(myVar, function(){return true;}));//returns "1,2,3" (good)
writeOutput(myVar.filter(function(){return true;}));//throws exception "The filter method was not found." (bad)
</cfscript>
I also tried myVar.listFilter(), but that also threw "not found" exception.
Found in CF11 Final, but bugbase.adobe.com doesn't list that as an option.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3755346
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: