<?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: It&#8217;s Not a Bug, It&#8217;s a Feature&#8230; No, It Really Is. Microsoft vs. Linux</title>
	<atom:link href="http://www.devside.net/blog/linux-windows-bug-feature/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devside.net/blog/linux-windows-bug-feature</link>
	<description>Linux, Windows, MacOS? Who cares. Just give me something that works!</description>
	<pubDate>Thu,  7 Aug 2008 21:30:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Rick</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-4512</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Wed, 07 May 2008 10:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-4512</guid>
		<description>Interesting, I have to test in all common browsers and it's a real pain. One "feature" (bug) of Firefox I'm having problems with is vaguely related to this. If I have a button (not submit, just a ) within a form, no matter what the onclick is for that button firefox will submit the form, IE doesn't, it just does what the button told it to do, which is what I would expect. The only fix to this is to move the button outside the form in the code, but then I have positioning problems.</description>
		<content:encoded><![CDATA[<p>Interesting, I have to test in all common browsers and it&#8217;s a real pain. One &#8220;feature&#8221; (bug) of Firefox I&#8217;m having problems with is vaguely related to this. If I have a button (not submit, just a ) within a form, no matter what the onclick is for that button firefox will submit the form, IE doesn&#8217;t, it just does what the button told it to do, which is what I would expect. The only fix to this is to move the button outside the form in the code, but then I have positioning problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tye</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-4151</link>
		<dc:creator>Tye</dc:creator>
		<pubDate>Wed, 20 Feb 2008 23:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-4151</guid>
		<description>Thanks for the article.

@Mem : IE does not handle one text field and one button on a form. Checkout. Use a CSS hack to place another field and set the style to
style="visibility:hidden;display:none;" 

http://aspnet.4guysfromrolla.com/articles/010908-1.aspx

I thought I would throw this in here since it took me a couple of months to find a non-javascript solution.</description>
		<content:encoded><![CDATA[<p>Thanks for the article.</p>
<p>@Mem : IE does not handle one text field and one button on a form. Checkout. Use a CSS hack to place another field and set the style to<br />
style=&#8221;visibility:hidden;display:none;&#8221; </p>
<p><a href="http://aspnet.4guysfromrolla.com/articles/010908-1.aspx" rel="nofollow">http://aspnet.4guysfromrolla.com/articles/010908-1.aspx</a></p>
<p>I thought I would throw this in here since it took me a couple of months to find a non-javascript solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: memomg</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-2887</link>
		<dc:creator>memomg</dc:creator>
		<pubDate>Mon, 21 Jan 2008 11:45:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-2887</guid>
		<description>mem: If you can't get a form with one field and one button to work in both browsers, your solution is "user error".</description>
		<content:encoded><![CDATA[<p>mem: If you can&#8217;t get a form with one field and one button to work in both browsers, your solution is &#8220;user error&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandresh Kumar Chhatlani</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-2859</link>
		<dc:creator>Chandresh Kumar Chhatlani</dc:creator>
		<pubDate>Sat, 05 Jan 2008 13:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-2859</guid>
		<description>I am developing form, with a TextBox, one SelectBox and one SUBMIT button.

It is submitting on pressing enter key, and respective alerts are displaying from JavaScript. But after JavaScript, browser sets the value of Submit Button to Null in next ASP Code.

Hence Record could not be saved.

Why? Any Idea.</description>
		<content:encoded><![CDATA[<p>I am developing form, with a TextBox, one SelectBox and one SUBMIT button.</p>
<p>It is submitting on pressing enter key, and respective alerts are displaying from JavaScript. But after JavaScript, browser sets the value of Submit Button to Null in next ASP Code.</p>
<p>Hence Record could not be saved.</p>
<p>Why? Any Idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-2776</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 21 Nov 2007 02:27:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-2776</guid>
		<description>Just want to add that if you have more than one input text fields, then IE will submit the form with the 1st submit button value.
So, it is inconsistent behavior for IE itself.</description>
		<content:encoded><![CDATA[<p>Just want to add that if you have more than one input text fields, then IE will submit the form with the 1st submit button value.<br />
So, it is inconsistent behavior for IE itself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-1944</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 21 Aug 2007 23:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-1944</guid>
		<description>"chances are, the rest of what the Linux fan-base complains about with Microsoft falls exactly along these lines."

"Iâ€™m all for GNU/Linux, just not mindless accusations and false claims."

Know yourself.</description>
		<content:encoded><![CDATA[<p>&#8220;chances are, the rest of what the Linux fan-base complains about with Microsoft falls exactly along these lines.&#8221;</p>
<p>&#8220;Iâ€™m all for GNU/Linux, just not mindless accusations and false claims.&#8221;</p>
<p>Know yourself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JRM</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-1921</link>
		<dc:creator>JRM</dc:creator>
		<pubDate>Fri, 17 Aug 2007 19:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-1921</guid>
		<description>Yeah, I basically agree with the original post, enter shouldn't by default do anything on a web page. It would be cool to have an attribute specify enter as a hotkey or something, but it makes me mad when there are behaviors like that, especially when they are not expected, you end up submitting half formed items, and getting yelled at for not filling in all items etc. when all you did was accidentally hit enter. If the button has the focus, enter can make submit, that works for me.</description>
		<content:encoded><![CDATA[<p>Yeah, I basically agree with the original post, enter shouldn&#8217;t by default do anything on a web page. It would be cool to have an attribute specify enter as a hotkey or something, but it makes me mad when there are behaviors like that, especially when they are not expected, you end up submitting half formed items, and getting yelled at for not filling in all items etc. when all you did was accidentally hit enter. If the button has the focus, enter can make submit, that works for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-1871</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 14 Aug 2007 13:53:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-1871</guid>
		<description>Firefox also has issues and with a growing user base will have the same exact problems as IE, probably more so.</description>
		<content:encoded><![CDATA[<p>Firefox also has issues and with a growing user base will have the same exact problems as IE, probably more so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bro</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-1856</link>
		<dc:creator>bro</dc:creator>
		<pubDate>Tue, 14 Aug 2007 08:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-1856</guid>
		<description>I couldn't care less about this particular feature/bugg. But your basis assumption: "chances are..." 
I mean please.... there is So Mucht Against IE from the screwing with Javascript to their CSS implementations... You don't actually believe what you write do you?</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t care less about this particular feature/bugg. But your basis assumption: &#8220;chances are&#8230;&#8221;<br />
I mean please&#8230;. there is So Mucht Against IE from the screwing with Javascript to their CSS implementations&#8230; You don&#8217;t actually believe what you write do you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lasse</title>
		<link>http://www.devside.net/blog/linux-windows-bug-feature#comment-1688</link>
		<dc:creator>Lasse</dc:creator>
		<pubDate>Tue, 31 Jul 2007 13:06:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.devside.net/blog/linux-windows-bug-feature#comment-1688</guid>
		<description>aaahhh that most ancient of questions... the form-enter-no-go-ie-problem.
such a simple fix:

&#60;!--All you do, is add a hidden field.--&#62;




that was for mem. now on the point of multiple form submissions with ie:
brilliant! the only safe and useful thing microsoft have done ;-)</description>
		<content:encoded><![CDATA[<p>aaahhh that most ancient of questions&#8230; the form-enter-no-go-ie-problem.<br />
such a simple fix:</p>
<p>&lt;!&#8211;All you do, is add a hidden field.&#8211;&gt;</p>
<p>that was for mem. now on the point of multiple form submissions with ie:<br />
brilliant! the only safe and useful thing microsoft have done ;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
