Title:
Flash forms created with CFFORM format="flash" do not render properly in Google Chrome
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): harkirat singh / harkirat singh (CFIsMyLife)
Created: 05/08/2013
Components: CFForm
Versions: 9.0.1
Failure Type:
Found In Build/Fixed In Build: 9.0.1 /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Win 2008 Server
Vote Count: 0
Problem Description:
Source: http://www.elliottsprehn.com/cfbugs/bugs/81584
Flash forms created with CFFORM format="flash" do not render properly in Google Chrome. I have only tested on windows. Any text in <cfformitem type="html"> and also <cfinput value="#somevalue#" /> does not appear. Labels, and form elements appear, but text or output coldfusion variables do not.
Steps to Reproduce:
<cfset value = "test" /><cfform format="flash" width="500" height="500"><cfinput label="test field" name="test" value="#value#" /></cfform>
Actual Result:
when the form renders, the value will NOT appear
Expected Result:
when the form renders, the value should appear
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3556744
External Customer Info:
External Company:
External Customer Name: CFIsMyLife
External Customer Email:
External Test Config: My Hardware and Environment details:
CF 9.0.1
Windows server 2008
Attachments:
Comments: