<?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: Firefox Form Difficulty</title>
	<atom:link href="http://nosheep.net/story/firefox-form-difficulty/feed/" rel="self" type="application/rss+xml" />
	<link>http://nosheep.net/story/firefox-form-difficulty/</link>
	<description>Comic book guy, tech geek, and father of two...</description>
	<lastBuildDate>Sun, 05 Feb 2012 18:54:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Krishna Rao</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-178996</link>
		<dc:creator>Krishna Rao</dc:creator>
		<pubDate>Wed, 19 May 2010 09:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-178996</guid>
		<description>God Bless you .... 

** A server side programmer f*****ed by cross-browser issues.</description>
		<content:encoded><![CDATA[<p>God Bless you &#8230;. </p>
<p>** A server side programmer f*****ed by cross-browser issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Godkillah</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-138851</link>
		<dc:creator>Godkillah</dc:creator>
		<pubDate>Mon, 30 Apr 2007 19:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-138851</guid>
		<description>What a nonsense am i reading here?!
Firefox is the best browser there is and spoken about javascript issues Internet explorer has lots more of them! for example with writing rows in tables, in firefox it could be as simple as
document.getElementById(&quot;test&quot;).innerHTML+=&quot;test&quot;
in IE it would require a page full of lines with DOM.
im not saying FF doesnt have any issues at all but it has less than IE.</description>
		<content:encoded><![CDATA[<p>What a nonsense am i reading here?!<br />
Firefox is the best browser there is and spoken about javascript issues Internet explorer has lots more of them! for example with writing rows in tables, in firefox it could be as simple as<br />
document.getElementById(&#8220;test&#8221;).innerHTML+=&#8221;test&#8221;<br />
in IE it would require a page full of lines with DOM.<br />
im not saying FF doesnt have any issues at all but it has less than IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-134556</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 25 Apr 2007 15:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-134556</guid>
		<description>Thank You</description>
		<content:encoded><![CDATA[<p>Thank You</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbtirrell</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-50005</link>
		<dc:creator>zbtirrell</dc:creator>
		<pubDate>Tue, 16 Jan 2007 14:08:15 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-50005</guid>
		<description>It still seems like bizarre reaction to the improper code.  The button appears, but is not clickable?  The browser bothers to render it, but doesn&#039;t attach action to it appropriately?  The counterintuitive nature of the way this renders is the bug here.  

Obviously the HTML is incorrect, but a significant power of HTML and browsers is their ability to carry on regardless of the ineptness of the code.  The way this acts leads one on wild goose chases with debugging.</description>
		<content:encoded><![CDATA[<p>It still seems like bizarre reaction to the improper code.  The button appears, but is not clickable?  The browser bothers to render it, but doesn&#8217;t attach action to it appropriately?  The counterintuitive nature of the way this renders is the bug here.  </p>
<p>Obviously the HTML is incorrect, but a significant power of HTML and browsers is their ability to carry on regardless of the ineptness of the code.  The way this acts leads one on wild goose chases with debugging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Farrell</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-49563</link>
		<dc:creator>Troy Farrell</dc:creator>
		<pubDate>Tue, 16 Jan 2007 04:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-49563</guid>
		<description>Actually, the behavior you describe is not a bug in Firefox.  It is a bug in the HTML.  Only one input element is allowed inside a label element.  You will find similar behavior if you try to put two radio buttons inside a label element.  The second cannot be clicked in Firefox.

I&#039;m thankful that the browser is actually forcing us to write proper code.</description>
		<content:encoded><![CDATA[<p>Actually, the behavior you describe is not a bug in Firefox.  It is a bug in the HTML.  Only one input element is allowed inside a label element.  You will find similar behavior if you try to put two radio buttons inside a label element.  The second cannot be clicked in Firefox.</p>
<p>I&#8217;m thankful that the browser is actually forcing us to write proper code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbtirrell</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-8475</link>
		<dc:creator>zbtirrell</dc:creator>
		<pubDate>Wed, 13 Sep 2006 17:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-8475</guid>
		<description>You are absolutely correct.  The above code is 100% bad.  But... as anyone knows who writes much HTML, mistakes happen.  I merely posted so others may be able to find their problem through my ignorance.</description>
		<content:encoded><![CDATA[<p>You are absolutely correct.  The above code is 100% bad.  But&#8230; as anyone knows who writes much HTML, mistakes happen.  I merely posted so others may be able to find their problem through my ignorance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lego</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-8462</link>
		<dc:creator>lego</dc:creator>
		<pubDate>Wed, 13 Sep 2006 14:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-8462</guid>
		<description>according to the w3c specification you are never allowed to have an end tag on the  tag which you have with the  in your example.

check out http://www.w3.org/TR/html4/interact/forms.html</description>
		<content:encoded><![CDATA[<p>according to the w3c specification you are never allowed to have an end tag on the  tag which you have with the  in your example.</p>
<p>check out <a href="http://www.w3.org/TR/html4/interact/forms.html" rel="nofollow">http://www.w3.org/TR/html4/interact/forms.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Badfox</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-4802</link>
		<dc:creator>Badfox</dc:creator>
		<pubDate>Mon, 17 Jul 2006 17:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-4802</guid>
		<description>Firefox is so buggy, I wish I didn&#039;t have to write pages that support it. It takes up so much extra development time it&#039;s ridiculous. World Firefox Day is when I tell people to stay the hell away from it.</description>
		<content:encoded><![CDATA[<p>Firefox is so buggy, I wish I didn&#8217;t have to write pages that support it. It takes up so much extra development time it&#8217;s ridiculous. World Firefox Day is when I tell people to stay the hell away from it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurvinder Singh Manjotra</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-4329</link>
		<dc:creator>Gurvinder Singh Manjotra</dc:creator>
		<pubDate>Tue, 04 Jul 2006 07:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-4329</guid>
		<description>Of course form submission wouldn&#039;t work out in FireFox. The solution behind is write all html tags like ..... which recognizes &amp; will submit the document. 

Gurvinder Singh Manjotra
Project Manager
Contact : gs_manjotra@yahoo.com</description>
		<content:encoded><![CDATA[<p>Of course form submission wouldn&#8217;t work out in FireFox. The solution behind is write all html tags like &#8230;.. which recognizes &amp; will submit the document. </p>
<p>Gurvinder Singh Manjotra<br />
Project Manager<br />
Contact : <a href="mailto:gs_manjotra@yahoo.com">gs_manjotra@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbtirrell</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-3095</link>
		<dc:creator>zbtirrell</dc:creator>
		<pubDate>Fri, 26 May 2006 19:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-3095</guid>
		<description>What is your purpose for doing that?</description>
		<content:encoded><![CDATA[<p>What is your purpose for doing that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-3092</link>
		<dc:creator>Allan</dc:creator>
		<pubDate>Fri, 26 May 2006 18:25:49 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-3092</guid>
		<description>I&#039;m having a similar problem that I had working in test scenarios, then I went to a full implementation (with very little code change) and it stopped working correctly in Firefox. The form is an auto-looping form that works with AJAX to request data from a database. In Firefox the autorun() function runs through once and the document.form[0].submit() function works the first time. When I recall the autorun function for the second iteration the document.form[0].submit() function fails, but Firefox  does not specify an error. I know the code is correct and everything works in IE, but Firefox gives issues.

The strange part is I have a similar function to submit data to a database which works perfectly with the same structure. I believe it&#039;s a major Firefox issue with Javascript and forms that should be resolved sometime soon.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a similar problem that I had working in test scenarios, then I went to a full implementation (with very little code change) and it stopped working correctly in Firefox. The form is an auto-looping form that works with AJAX to request data from a database. In Firefox the autorun() function runs through once and the document.form[0].submit() function works the first time. When I recall the autorun function for the second iteration the document.form[0].submit() function fails, but Firefox  does not specify an error. I know the code is correct and everything works in IE, but Firefox gives issues.</p>
<p>The strange part is I have a similar function to submit data to a database which works perfectly with the same structure. I believe it&#8217;s a major Firefox issue with Javascript and forms that should be resolved sometime soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dts</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-2285</link>
		<dc:creator>dts</dc:creator>
		<pubDate>Thu, 04 May 2006 21:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-2285</guid>
		<description>firefox having lots of other javascript issues.</description>
		<content:encoded><![CDATA[<p>firefox having lots of other javascript issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zbtirrell</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-227</link>
		<dc:creator>zbtirrell</dc:creator>
		<pubDate>Fri, 04 Nov 2005 23:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-227</guid>
		<description>You may have a point...</description>
		<content:encoded><![CDATA[<p>You may have a point&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://nosheep.net/story/firefox-form-difficulty/comment-page-1/#comment-226</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 04 Nov 2005 19:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://nosheep.net/story/firefox-form-difficulty/#comment-226</guid>
		<description>Yeah, it doesn&#039;t work in Firefox.  However, its probably an intentional bug to cause f-tards that build forms like that to have a hard time forcing them to leave the web development community forever.  Anyone that places label tags around reset and submit buttons should be taken out and shot.

Some people are squirrel handed.  Thank you.  That is all.</description>
		<content:encoded><![CDATA[<p>Yeah, it doesn&#8217;t work in Firefox.  However, its probably an intentional bug to cause f-tards that build forms like that to have a hard time forcing them to leave the web development community forever.  Anyone that places label tags around reset and submit buttons should be taken out and shot.</p>
<p>Some people are squirrel handed.  Thank you.  That is all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

