<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>markus' blog &#187; Opera</title>
	<atom:link href="http://markus.fischer.name/about/archives/category/browser-woes/opera/feed/" rel="self" type="application/rss+xml" />
	<link>http://markus.fischer.name/about</link>
	<description>babblings!</description>
	<lastBuildDate>Sun, 26 Apr 2009 20:35:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Opera incorrectly reporting explicit empty values of radio buttons/checkboxes</title>
		<link>http://markus.fischer.name/about/archives/2005/10/17/opera-incorrectly-reporting-empty-values-of-radio-buttons/</link>
		<comments>http://markus.fischer.name/about/archives/2005/10/17/opera-incorrectly-reporting-empty-values-of-radio-buttons/#comments</comments>
		<pubDate>Mon, 17 Oct 2005 16:41:47 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Browser Woes]]></category>
		<category><![CDATA[Opera]]></category>

		<guid isPermaLink="false">http://markus.fischer.name/about/?p=76</guid>
		<description><![CDATA[When reading the value attribute of a radio button or a checkbox and that value attribute is explicitely set to an empty value in HTML, Opera (tested 8.5) returns on instead of the empty value. If you in particular rely on that it returns an empty value because you expect that value serverside its getting [...]]]></description>
			<content:encoded><![CDATA[<p>When reading the <strong>value </strong>attribute of a radio button or a checkbox and that value attribute is explicitely set to an empty value in HTML, Opera (tested 8.5) returns <strong>on</strong> instead of the empty value.</p>
<p>If you in particular rely on that it returns an empty value because you expect that value serverside its getting problematic.</p>
<h3>Testcases</h3>
<p>In both cases, value is set to an empty value: <code>value=""</code>.</p>
<form>
<input type="radio" id="form-test-radiobutton" value="" />
<input type="button" value="Click to read value of radio button" onclick="if (document.getElementById &#038;&#038; document.getElementById('form-test-radiobutton')) { alert('The value of the radio button is: ' + document.getElementById('form-test-radiobutton').value); }" />
<input type="checkbox" id="form-test-checkbox" value="" />
<input type="button" value="Click to read value of checkbox" onclick="if (document.getElementById &#038;&#038; document.getElementById('form-test-checkbox')) { alert('The value of the checkbox is: ' + document.getElementById('form-test-checkbox').value); }" />
</form>
<p>No real workaround so far except browser sniffing/hacking.</p>
]]></content:encoded>
			<wfw:commentRss>http://markus.fischer.name/about/archives/2005/10/17/opera-incorrectly-reporting-empty-values-of-radio-buttons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wake up!</title>
		<link>http://markus.fischer.name/about/archives/2004/11/12/wake-up/</link>
		<comments>http://markus.fischer.name/about/archives/2004/11/12/wake-up/#comments</comments>
		<pubDate>Fri, 12 Nov 2004 10:45:09 +0000</pubDate>
		<dc:creator>markus</dc:creator>
				<category><![CDATA[Opera]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://markus.fischer.name/about/?p=13</guid>
		<description><![CDATA[My image onload-handler doesn&#8217;t fire when I set a new .src property. Basically, this is the same problem they had years ago, but didn&#8217;t fix yet? Wake up!]]></description>
			<content:encoded><![CDATA[<p>My image onload-handler doesn&#8217;t fire when I set a <strong>new </strong>.src property. Basically, this is the <a href="http://www.faqts.com/knowledge_base/view.phtml/aid/7825">same problem they had years ago</a>, but didn&#8217;t fix yet? Wake up!</p>
]]></content:encoded>
			<wfw:commentRss>http://markus.fischer.name/about/archives/2004/11/12/wake-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
