Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Priyatharsini K)
Created: 12/03/2014
Components: Mobile Support, Data Structure
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 3.0 Final / CF11 Update5
Priority/Frequency: Major / Most users will encounter
Locale/System: English / Mac 10 All,Win XP All
Vote Count: 1
Problem: Currently its calling javascript function, it should give preferences to CFML sorting.
Method:
<cfclient>
<cfscript>
myArray = listToArray("c,,a,,b")
myArray.sort("textnocase", "desc");
writeOutput('<br>' & arrayToList(myArray));//outside cfclient, displays c,b,a (inside cfclient, displays nothing)
</cfscript>
</cfclient>
Actual Result:
Getting the following output in chrome: abc
But getting blank output in Mozilla
Expected Result:
Should get the following output in both the browser: cba
Workaround:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3861391
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: