Entering <cfoutput> doesn't always close the autosuggest box. The > character should force the box to close. Instead, most of the time, it remains open with the first item highlighted (cfabort). Hitting a return will insert "cfabort" immediately after <cfoutput>
The behavior is that the auto-suggest seems to recognize that I'm typing <cfoutput>, and when the close bracket is entered, the box is repopulated with the entire tag library (with cfabort highlighted) as if I'm starting a new tag.
Entering
<cfoutput>doesn't always close the autosuggest box. The>character should force the box to close. Instead, most of the time, it remains open with the first item highlighted (cfabort). Hitting a return will insert "cfabort" immediately after<cfoutput>The behavior is that the auto-suggest seems to recognize that I'm typing
<cfoutput>, and when the close bracket is entered, the box is repopulated with the entire tag library (with cfabort highlighted) as if I'm starting a new tag.