Title:
CFCLIENT: Functions : Function ljustify, rjustify gives error when number is passed as a first argument
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Anuj Nawani)
Created: 04/05/2014
Components: Mobile Support, Data Structure
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: 289635 / CF11 Update5
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Windows 7 64-bit
Vote Count: 0
Code snippet
<div id="actual_1" class="actual">
<cfclient>
<cftry>
<cfoutput>#lJustify(5, 1)#</cfoutput>
<cfcatch><cfoutput>#cfcatch.message#</cfoutput></cfcatch>
</cftry>
</cfclient>
</div>
In CF server it gives output as : 5
In cfclient it gives error : Cannot call method 'charCodeAt' of undefined
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3737514
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: