<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: ColdFusion 8 auto-suggest shows through other form fields</title>
	<atom:link href="http://www.stillnetstudios.com/cf8-autosuggest-shows-through/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/</link>
	<description>Web development notes and commentary from Ryan Stille</description>
	<lastBuildDate>Fri, 30 Jul 2010 20:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Willene</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-1552</link>
		<dc:creator>Willene</dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-1552</guid>
		<description>Thank you. Works like a charm in development.</description>
		<content:encoded><![CDATA[<p>Thank you. Works like a charm in development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aidan Whitehall</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-1355</link>
		<dc:creator>Aidan Whitehall</dc:creator>
		<pubDate>Tue, 11 May 2010 14:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-1355</guid>
		<description>Fantastic... great fix -- thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Fantastic&#8230; great fix &#8212; thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-814</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 07 Oct 2009 09:00:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-814</guid>
		<description>This is a good fix for text input fields.
This won&#039;t fix the z order of a cfselect or select input.

A select form input control is presented to the web browser in a different way, if i remember rightly its part of the OS whilst other form controls are generated by the client browser. (Please correct me if i&#039;m wrong).

If there is some magical code to get around this i would be most greatful.

Matt</description>
		<content:encoded><![CDATA[<p>This is a good fix for text input fields.<br />
This won&#039;t fix the z order of a cfselect or select input.</p>
<p>A select form input control is presented to the web browser in a different way, if i remember rightly its part of the OS whilst other form controls are generated by the client browser. (Please correct me if i&#039;m wrong).</p>
<p>If there is some magical code to get around this i would be most greatful.</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don Blaire</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-741</link>
		<dc:creator>Don Blaire</dc:creator>
		<pubDate>Mon, 21 Sep 2009 23:00:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-741</guid>
		<description>The users were about to hang me over this issue. I kept telling them that Adobe will fix it. I twice reported this problem as a bug to Adobe for ColdFusion 9.

Though I could not get your script to work, the css example worked fine. Now the users are extremely happy.&#160;&#160;Thanks for this blog entry.</description>
		<content:encoded><![CDATA[<p>The users were about to hang me over this issue. I kept telling them that Adobe will fix it. I twice reported this problem as a bug to Adobe for ColdFusion 9.</p>
<p>Though I could not get your script to work, the css example worked fine. Now the users are extremely happy.&nbsp;&nbsp;Thanks for this blog entry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheryl</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-716</link>
		<dc:creator>Cheryl</dc:creator>
		<pubDate>Wed, 09 Sep 2009 20:35:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-716</guid>
		<description>Hi all,

I don&#039;t know if this will help anyone, but I was having problems with the CF added floats.&#160;&#160;I had three fields in a list intending to have one field below another.&#160;&#160;Because of the CF added floats, they were all on one line.&#160;&#160;I added an &lt;li class=&quot;clear-floats&quot;&gt;&lt;/li&gt; after each datefield cfinput and it cleared up the problem:

.clear-floats {
&#160;&#160;&#160;&#160;clear: both;
}

I hope it helps someone.</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I don&#039;t know if this will help anyone, but I was having problems with the CF added floats.&nbsp;&nbsp;I had three fields in a list intending to have one field below another.&nbsp;&nbsp;Because of the CF added floats, they were all on one line.&nbsp;&nbsp;I added an &lt;li class=&quot;clear-floats&quot;&gt;&lt;/li&gt; after each datefield cfinput and it cleared up the problem:</p>
<p>.clear-floats {<br />
&nbsp;&nbsp;&nbsp;&nbsp;clear: both;<br />
}</p>
<p>I hope it helps someone.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud HInes</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-360</link>
		<dc:creator>Bud HInes</dc:creator>
		<pubDate>Thu, 11 Jun 2009 10:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-360</guid>
		<description>Never mind on my question above. It turns out that I had a header ul with a position of absolute that was preventing the autosuggest results from displaying.</description>
		<content:encoded><![CDATA[<p>Never mind on my question above. It turns out that I had a header ul with a position of absolute that was preventing the autosuggest results from displaying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bud HInes</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-361</link>
		<dc:creator>Bud HInes</dc:creator>
		<pubDate>Thu, 11 Jun 2009 09:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-361</guid>
		<description>I have a slightly different issue. I tried to use autosuggest in my site header - div = header and it would not work. The Ajax debugger showed that I obtained the results I was looking for but they would not show through the autosuggest box. It appears that the autosuggest box is scrunched. I even tried this with a web page with no styling attached to the header div.&#160;&#160;I then change the div id to anything else and I could see the results of the autosuggest control. The easy answer is to move the placement of the autosuggest control. But, I want to use the autosuggest at the top of my page to search through my site. Do you have any ideas for this problem?

Thanks,
Bud</description>
		<content:encoded><![CDATA[<p>I have a slightly different issue. I tried to use autosuggest in my site header &#8211; div = header and it would not work. The Ajax debugger showed that I obtained the results I was looking for but they would not show through the autosuggest box. It appears that the autosuggest box is scrunched. I even tried this with a web page with no styling attached to the header div.&nbsp;&nbsp;I then change the div id to anything else and I could see the results of the autosuggest control. The easy answer is to move the placement of the autosuggest control. But, I want to use the autosuggest at the top of my page to search through my site. Do you have any ideas for this problem?</p>
<p>Thanks,<br />
Bud</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-359</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 10 Dec 2008 20:49:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-359</guid>
		<description>Great fix for IE7, FF &amp; Safari with datefield and autosuggest... didn&#039;t have any luck with IE6 using an autosuggest above a  tag. The select tag shows thru the dropdown autosuggest list. (Changing to cfselect didn&#039;t help either.) Any thoughts?</description>
		<content:encoded><![CDATA[<p>Great fix for IE7, FF &amp; Safari with datefield and autosuggest&#8230; didn&#8217;t have any luck with IE6 using an autosuggest above a  tag. The select tag shows thru the dropdown autosuggest list. (Changing to cfselect didn&#8217;t help either.) Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-358</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Nov 2008 23:24:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-358</guid>
		<description>Sorry, I should add that I didn&#039;t implement my fix just as described, but I did set the z-index to 9999 in my top date field inside the DIV, as he showed.  My lower datefield, I set to 8888.</description>
		<content:encoded><![CDATA[<p>Sorry, I should add that I didn&#8217;t implement my fix just as described, but I did set the z-index to 9999 in my top date field inside the DIV, as he showed.  My lower datefield, I set to 8888.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-357</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 07 Nov 2008 23:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-357</guid>
		<description>For those interested in a solution for the datefield problem, I found a solution that works for me here: http://www.easycfm.com/forums/printthread.cfm?Forum=12&amp;Topic=13172</description>
		<content:encoded><![CDATA[<p>For those interested in a solution for the datefield problem, I found a solution that works for me here: <a href="http://www.easycfm.com/forums/printthread.cfm?Forum=12&amp;Topic=13172" rel="nofollow">http://www.easycfm.com/forums/printthread.cfm?Forum=12&amp;Topic=13172</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
