Title:
Bug 74756:(Watson Migration Closure)Conditions:Empty input in CFINPUT, causes the CFLAYAOUTAREA to duplicate itself.
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Tariq Ahmed / Tariq Ahmed ()
Created: 12/24/2008
Components: AJAX, UI Components
Versions: 9.0
Failure Type:
Found In Build/Fixed In Build: 0000 / CF11 Update5
Priority/Frequency: Normal / Few users will encounter
Locale/System: English / Platforms All
Vote Count: 1
Problem:
Conditions:
- One AutoSuggest CFINPUT
- Inside of a CFLAYOUTAREA
- No other Form Inputs
Bug:
- If you just hit enter into that empty CFINPUT, it causes the CFLAYAOUTAREA to duplicate itself. But if you type something in and hit enter, it works fine, or if there is at least one other form input it works.
Method:
<cflayout name="search" type="tab">
<cflayoutarea name="abc" title="ABC" style="height:200">
<cfform name="myform" method="POST">
<cfinput type="Text" name="Something" autosuggest="cfc:CF9Tests.LayoutIssue2.test.findSomething({cfautosuggestvalue})">
</cfform>
</cflayoutarea>
</cflayout>
The CFC doesn't even need to exist, just load up the code, click into the input and hit enter.
This is an existing bug in CF8 as well.
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037144
External Customer Info:
External Company:
External Customer Name: Tariq Ahmed
External Customer Email: 755462B744617992992015D5
External Test Config: 12/24/2008
Attachments:
Comments: