Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): / ext-user (Krishna Reddy P)
Created: 05/06/2015
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11-HF 5 and CF10-HF 16 / CF11 Update7,CF10 Update18
Priority/Frequency: Major / Most users will encounter
Locale/System: ALL / Mac 10 All,Win XP All
Vote Count: 2
Related Bugs:
CF-3777088 - Similar to
Problem: This is a regression in CF11-HF5 and CF10-HF16
When the value of cfinput tag contains quotes it gets chopped off after that such first occurrence of the character.
Method:
<cfform name="form1">
<cfset val='{"KL":"Kar",'>
<cfinput name="val1" type="text" value="#val#">
</cfform>
Result:
It shows {
Expected:
It should have been: {"KL":"Kar",
Workaround:
whatever user inputs in should be retained.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3982337
External Customer Info:
External Company:
External Customer Name:
External Customer Email:
Attachments:
Comments: