Status/Resolution/Reason: Closed/Won't Fix/NotWorthEffort
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 11/10/2014
Components: CFForm
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Minor / Very few users will encounter
Locale/System: English / Win All
Vote Count: 0
In this scenario, "id" is integer (good):
code: <cfform><cftextarea name="#1+1#" value="#1+1#" /></cfform>
output: <textarea name="2" id="2">2</textarea>
In this scenario, "id" is float (bad):
code: <cfform><cftextarea name="#1+1#" id="#1+1#" value="#1+1#" /></cfform>
output: <textarea name="2" id="2.0">2</textarea>
Same issue w/ other input types (ex: <cfinput id="#1+1#" has same issue).
Related ticket: 3724983
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3849712
External Customer Info:
External Company:
External Customer Name: itisdesign
External Customer Email:
Attachments:
Comments: