tracker issue : CF-4044089

select a category, or use search below
(searches all categories and all time range)
Title:

[ANeff] Bug for: 3037144 not properly fixed

| View in Tracker

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:

reopening CF-3037144. closing this.
Comment by Piyush K.
6114 | August 27, 2015 03:56:00 AM GMT
Hi Piyush, Thanks! However.. I cannot view CF-3037144 anymore. Can you please make it public again? Thanks!, -Aaron
Comment by External U.
6115 | January 12, 2016 03:45:03 PM GMT
bug#CF-3037144 should be visible now.
Comment by Piyush K.
6116 | July 22, 2016 03:32:18 AM GMT