<?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"
	>
<channel>
	<title>Comments on: Event Handlers on Disabled&#160;Inputs</title>
	<atom:link href="http://particletree.com/notebook/event-handlers-on-disabled-inputs/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/</link>
	<description>Everyone needs a hug.</description>
	<pubDate>Wed, 08 Oct 2008 06:11:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Bruni</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-21329</link>
		<dc:creator>Bruni</dc:creator>
		<pubDate>Tue, 12 Jun 2007 13:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-21329</guid>
		<description>&lt;p&gt;The problem with Readonly fields is that, if the field is empty and you press BACKSPACE, the browser goes back to the previous page.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The problem with Readonly fields is that, if the field is empty and you press BACKSPACE, the browser goes back to the previous page.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan Beevers</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1962</link>
		<dc:creator>Duncan Beevers</dc:creator>
		<pubDate>Thu, 06 Apr 2006 05:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1962</guid>
		<description>&lt;p&gt;Another possibility is to wrap the disabled element in a container and attach events to its container.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Another possibility is to wrap the disabled element in a container and attach events to its container.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Colin D. Devroe</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1961</link>
		<dc:creator>Colin D. Devroe</dc:creator>
		<pubDate>Wed, 22 Feb 2006 16:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1961</guid>
		<description>&lt;p&gt;Excellent tip for those starting out in the wonderful world of HTML, period.  Let alone the fact that events are retained.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent tip for those starting out in the wonderful world of HTML, period.  Let alone the fact that events are retained.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Huegdon</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1960</link>
		<dc:creator>Tim Huegdon</dc:creator>
		<pubDate>Wed, 22 Feb 2006 11:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1960</guid>
		<description>&lt;p&gt;Woah - I haven't used readonly for about 5 years. Back then it didn't work in all the browsers.&lt;/p&gt;

&lt;p&gt;I'm guessing it does now then, huh?&lt;/p&gt;

&lt;p&gt;Lesson learned. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Woah - I haven&#8217;t used readonly for about 5 years. Back then it didn&#8217;t work in all the browsers.</p>

<p>I&#8217;m guessing it does now then, huh?</p>

<p>Lesson learned. :-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ismael</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1959</link>
		<dc:creator>Ismael</dc:creator>
		<pubDate>Wed, 22 Feb 2006 03:42:48 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1959</guid>
		<description>&lt;p&gt;In any case, I guess "readonly" makes more semantic sense to what you were trying to achieve: a field that your can read and perform certain actions on but not modify.&lt;/p&gt;

&lt;p&gt;Still trying to figure out what kind of app it is. Come on! Just one hint!;-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In any case, I guess &#8220;readonly&#8221; makes more semantic sense to what you were trying to achieve: a field that your can read and perform certain actions on but not modify.</p>

<p>Still trying to figure out what kind of app it is. Come on! Just one hint!;-)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: munkyboy</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1958</link>
		<dc:creator>munkyboy</dc:creator>
		<pubDate>Wed, 22 Feb 2006 03:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1958</guid>
		<description>&lt;p&gt;doh, I take it back... doesn't work for checkboxes... :(&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>doh, I take it back&#8230; doesn&#8217;t work for checkboxes&#8230; :(</p>]]></content:encoded>
	</item>
	<item>
		<title>By: munkyboy</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1957</link>
		<dc:creator>munkyboy</dc:creator>
		<pubDate>Wed, 22 Feb 2006 03:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1957</guid>
		<description>&lt;p&gt;nice tip. I ran into this exact limitation today. Now I have a work-around. thanks!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>nice tip. I ran into this exact limitation today. Now I have a work-around. thanks!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1956</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Wed, 22 Feb 2006 02:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1956</guid>
		<description>&lt;p&gt;Our situation was probably pretty unique in relation to most. Our particluar form doesn't submit anywhere, requires select elements to be active, and requires textarea/text to be disabled but still clickable. Weird, I know. You will see why soon enough though.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Our situation was probably pretty unique in relation to most. Our particluar form doesn&#8217;t submit anywhere, requires select elements to be active, and requires textarea/text to be disabled but still clickable. Weird, I know. You will see why soon enough though.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ismael</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1955</link>
		<dc:creator>Ismael</dc:creator>
		<pubDate>Wed, 22 Feb 2006 02:01:43 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1955</guid>
		<description>&lt;p&gt;or you could blur() the elements on click so they dont get selected, o wrap the field in something and apply the events to that container element...What's the point of applying handlers to disabled elements anyway?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>or you could blur() the elements on click so they dont get selected, o wrap the field in something and apply the events to that container element&#8230;What&#8217;s the point of applying handlers to disabled elements anyway?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Clifton</title>
		<link>http://particletree.com/notebook/event-handlers-on-disabled-inputs/#comment-1954</link>
		<dc:creator>Douglas Clifton</dc:creator>
		<pubDate>Wed, 22 Feb 2006 01:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://s2462.gridserver.com/wordpress/?p=185#comment-1954</guid>
		<description>&lt;p&gt;Not surprising at all that disabled elements do not respond to events. Also, select elements have no readonly attribute.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Not surprising at all that disabled elements do not respond to events. Also, select elements have no readonly attribute.</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.321 seconds -->
