<?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: Form inputs and their behaviors</title>
	<atom:link href="http://pessoal.org/blog/2006/01/26/form-inputs-and-their-behaviors/feed/" rel="self" type="application/rss+xml" />
	<link>http://pessoal.org/blog/2006/01/26/form-inputs-and-their-behaviors/</link>
	<description></description>
	<lastBuildDate>Fri, 02 Sep 2011 07:17:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Marko</title>
		<link>http://pessoal.org/blog/2006/01/26/form-inputs-and-their-behaviors/comment-page-1/#comment-19</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Thu, 26 Jan 2006 17:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://pessoal.org/blog/?p=42#comment-19</guid>
		<description>The problem was that clicking on image button executed javascript and submitted a form (as image buttons do), but because I was sloppy, I didn&#039;t notice the later.

The result was a weird error, which didn&#039;t make sense. XHR handler that monitors state changes was executed without XHR actually having methods and parameters on which we rely upon. I don&#039;t know why, but I&#039;m guessing it was because of simultaneous form submition and XHR call, since the problem disappeared immediatelly after I cancelled form submittion.

I&#039;m sorry I wasn&#039;t clear enough.</description>
		<content:encoded><![CDATA[<p>The problem was that clicking on image button executed javascript and submitted a form (as image buttons do), but because I was sloppy, I didn&#8217;t notice the later.</p>
<p>The result was a weird error, which didn&#8217;t make sense. XHR handler that monitors state changes was executed without XHR actually having methods and parameters on which we rely upon. I don&#8217;t know why, but I&#8217;m guessing it was because of simultaneous form submition and XHR call, since the problem disappeared immediatelly after I cancelled form submittion.</p>
<p>I&#8217;m sorry I wasn&#8217;t clear enough.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joao Prado Maia</title>
		<link>http://pessoal.org/blog/2006/01/26/form-inputs-and-their-behaviors/comment-page-1/#comment-18</link>
		<dc:creator>Joao Prado Maia</dc:creator>
		<pubDate>Thu, 26 Jan 2006 16:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://pessoal.org/blog/?p=42#comment-18</guid>
		<description>On that case I&#039;m not sure exactly what you are talking about. I was assuming that your XHR code was being triggered when someone clicked on that image button, but the form submission stuff was interfering with it.</description>
		<content:encoded><![CDATA[<p>On that case I&#8217;m not sure exactly what you are talking about. I was assuming that your XHR code was being triggered when someone clicked on that image button, but the form submission stuff was interfering with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko</title>
		<link>http://pessoal.org/blog/2006/01/26/form-inputs-and-their-behaviors/comment-page-1/#comment-15</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Thu, 26 Jan 2006 15:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://pessoal.org/blog/?p=42#comment-15</guid>
		<description>I know, but what confused me was something else. It was that XHR handler was triggered by non-XHR event (at least that&#039;s my explanation for an object that was missing most of XHR methods).

It would be far more obvious what was happening if it didn&#039;t.</description>
		<content:encoded><![CDATA[<p>I know, but what confused me was something else. It was that XHR handler was triggered by non-XHR event (at least that&#8217;s my explanation for an object that was missing most of XHR methods).</p>
<p>It would be far more obvious what was happening if it didn&#8217;t.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

