Status/Resolution/Reason: Closed/Deferred/Duplicate
Reporter/Name(from Bugbase): Eric R. / ()
Created: 02/19/2019
Components: Language, Page Processing Tags
Versions: 2016
Failure Type: Incorrectly functioning
Found In Build/Fixed In Build: hf-2016-00008-313934 /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2012 Server x64
Vote Count: 1
Problem Description:  After loading hotfix 8, my cfforms that exist within a tabbed layout will no longer post within the tab.  This only affects Internet Explorer, Chrome works correctly.  Rolled back to hotfix 7 and the error goes away.  The actual error trapped in IE is in cfajax.js, line 235:
if(_68.id&&_68.id.startsWith("cf_textarea")){
the error is that "Object doesn't support property or method 'startsWith'"
Steps to Reproduce:
temp.cfm:
<cflayout type="tab" name="userLayout">
	<cflayoutarea name="tab_user" title="test">
		<cfform name="tempForm" method="post" action="temp2.cfm">
			<cfinput type="text" name="field1">
			<cfinput type="submit" name="submitButton">
		</cfform>
	</cflayoutarea>			
 </cflayout>
temp2.cfm:
<cfdump var="#form#">
Actual Result:
form dump is displayed, but in blank window
Expected Result:
form dump is displayed, but inside of "tab_user" tab
Any Workarounds:
Use Chrome or roll back to hotfix 7
  Attachments:
Comments: