Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Alberto Genty / Alberto Genty ()
Created: 05/26/2017
Components: CFForm
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: 11,0,12,302575 /
Priority/Frequency: Normal / All users will encounter
Locale/System: ALL / Win 2008 Server R2 64 bit
Vote Count: 0
Problem Description:
This update breaks Chrome on windows and macs... 
Browsers that support the HTML 5 input type="date" will override CFUI controls.
Steps to Reproduce:
(1) Create & run a .cfm file containing the following code in Google Chrome for Mac or Windoes
	<cfform action="action.cfm" method="post" name="test">
		<cfinput type="datefield" name="date">
	</cfform>
	(2) View source and locate input tag
Actual Result:
<input name="date" id="date"  type="date" class="datefieldinput"  />
Expected Result:
<input name="date" id="date"  type="text" class="datefieldinput"  />
Any Workarounds:
None
  Attachments:
- May 26, 2017 00:00:00: Screen Shot 2017-05-25 at 8.31.56 PM.png
 
Comments: