Status/Resolution/Reason: Closed/Withdrawn/Duplicate
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)
Created: 08/26/2015
Components: AJAX
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: ALL / Platforms All
Vote Count: 0
Duplicate ID: CF-3037144
While testing CF11 Update 5's fixes, I found 3037144 was not properly fixed. Please see the following comment on that ticket:
-----------
Adobe,
This is not completely fixed in CF11 Update 5 (and build 11.0.0.294632). It is only fixed if the form has a single input:
<cflayout name="myLayout" type="tab">
<cflayoutarea name="myLayoutArea" title="title">
<cfform>
<cfinput type="text" name="myText">
</cfform>
</cflayoutarea>
</cflayout>
It is broken if the form has multiple inputs:
<cflayout name="myLayout" type="tab">
<cflayoutarea name="myLayoutArea" title="title">
<cfform>
<cfinput type="text" name="myText">
<cfinput type="radio" name="myRadio" value="my radio">
</cfform>
</cflayoutarea>
</cflayout>
<cflayout name="myLayout" type="tab">
<cflayoutarea name="myLayoutArea" title="title">
<cfform>
<cfinput type="text" name="myText">
<cfinput type="checkbox" name="myCheckbox" value="my checkbox">
</cfform>
</cflayoutarea>
</cflayout>
<cflayout name="myLayout" type="tab">
<cflayoutarea name="myLayoutArea" title="title">
<cfform>
<cfinput type="text" name="myText">
<cfinput type="button" name="myButton">
</cfform>
</cflayoutarea>
</cflayout>
<cflayout name="myLayout" type="tab">
<cflayoutarea name="myLayoutArea" title="title">
<cfform>
<cfinput type="text" name="myText">
<cfselect name="mySelect"></cfselect>
</cfform>
</cflayoutarea>
</cflayout>
Just click on any form field, then press the Enter key, and see the tab was duplicated. Same issue exists if the layout's type is changed to "border" (and probably any other type).
Can this ticket please be re-opened and fixed completely?
Thanks!,
-Aaron
-----------
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4044089
External Customer Info:
External Company:
External Customer Name: Aaron
External Customer Email:
Attachments:
Comments: