<?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>Wed, 01 Feb 2012 10:14:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Aaron Mclean</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-2511</link>
		<dc:creator>Aaron Mclean</dc:creator>
		<pubDate>Wed, 07 Sep 2011 01:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-2511</guid>
		<description>Worked for me. Just had to replace the double quotes in the style type line with single quotes.</description>
		<content:encoded><![CDATA[<p>Worked for me. Just had to replace the double quotes in the style type line with single quotes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralf Guttmann</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-2468</link>
		<dc:creator>Ralf Guttmann</dc:creator>
		<pubDate>Mon, 25 Jul 2011 08:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-2468</guid>
		<description>Thank you very much for this fix that worked great for me!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this fix that worked great for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Kane</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-2038</link>
		<dc:creator>Michael Kane</dc:creator>
		<pubDate>Mon, 28 Mar 2011 21:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-2038</guid>
		<description>Your fix worked for me! Glad I kept googling the problem, I don&apos;t have a CSS guru to help. Too bad Adobe can&apos;t fix this, after several years.</description>
		<content:encoded><![CDATA[<p>Your fix worked for me! Glad I kept googling the problem, I don&apos;t have a CSS guru to help. Too bad Adobe can&apos;t fix this, after several years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joseph Frank</title>
		<link>http://www.stillnetstudios.com/cf8-autosuggest-shows-through/comment-page-1/#comment-1702</link>
		<dc:creator>Joseph Frank</dc:creator>
		<pubDate>Thu, 16 Sep 2010 01:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.stillnetstudios.com/2008/01/30/cf8-autosuggest-shows-through/#comment-1702</guid>
		<description>My page is hanging up when the function is called - using IE8, CF9 on a 64bit Win7 machine - not sure if that is relevant.

Any ideas?</description>
		<content:encoded><![CDATA[<p>My page is hanging up when the function is called &#8211; using IE8, CF9 on a 64bit Win7 machine &#8211; not sure if that is relevant.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<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&apos;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&apos;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&apos;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&apos;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&apos;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&apos;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>
</channel>
</rss>

