Title:
Bug 78671:When having multiple cfinput autosuggest fields (each one line below the other), the first autosuggest field dropdown will not display over the below autosuggest fields
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Dale Severin / Dale Severin (DaleSeverin)
Created: 07/10/2009
Components: AJAX, UI Components
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 9,0,0,240375 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Win All
Vote Count: 0
Problem:
When having multiple cfinput autosuggest fields (each one line below the other), the first autosuggest field dropdown will not display over the below autosuggest fields. This works fine with Firefox but not with Microsoft Internet Explorer.
This problem exists in ColdFusion 8 also.
Method:
<tr>
<td align="left">
<cfinput type="Text"
name="firstGivenName"
size="30"
maxlength="30"
tabindex="110"
autosuggest="cfc:fmFormAutoFill.getFName({cfautosuggestvalue})"
typeahead="yes"
autosuggestMinLength="3"
delimiter=","
maxresultsdisplayed="20">
</td>
</tr>
<tr>
<td align="left">
<cfinput type="Text"
name="lastFamilyName"
size="30"
maxlength="30"
tabindex="120"
autosuggest="cfc:fmFormAutoFill.getLName({cfautosuggestvalue})"
typeahead="yes"
autosuggestMinLength="3"
delimiter=",">
</td>
</tr>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3039221
External Customer Info:
External Company:
External Customer Name: Dale Severin
External Customer Email: 74FB5B7044EB6820992015A9
External Test Config: 07/10/2009
Attachments:
Comments: