<?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: Stupid IE 6 Bug #182478: Check boxes added through Javascript aren&#8217;t checked</title>
	<atom:link href="http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Tue, 27 Jul 2010 22:22:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/comment-page-1/#comment-28027</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 16 Jul 2010 15:26:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/#comment-28027</guid>
		<description>Thanks for the post! I&#039;ve been struggling with IE6 and checkboxes for ages.</description>
		<content:encoded><![CDATA[<p>Thanks for the post! I&#8217;ve been struggling with IE6 and checkboxes for ages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwolle</title>
		<link>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/comment-page-1/#comment-8407</link>
		<dc:creator>fwolle</dc:creator>
		<pubDate>Fri, 27 Feb 2009 15:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/#comment-8407</guid>
		<description>oops, please remove my last post</description>
		<content:encoded><![CDATA[<p>oops, please remove my last post</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fwolle</title>
		<link>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/comment-page-1/#comment-8406</link>
		<dc:creator>fwolle</dc:creator>
		<pubDate>Fri, 27 Feb 2009 14:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/#comment-8406</guid>
		<description>you can set the checkbox as checked, &lt;b&gt;after&lt;/b&gt; the append.

&lt;code&gt;
        anElem.appendChild(var e=new Element(&quot;input&quot;, 
                {&#039;type&#039;:&#039;checkbox&#039;,&#039;name&#039;:&#039;mycb&#039;,&#039;checked&#039;:&#039;checked&#039;,&#039;defaultChecked&#039;:&#039;true&#039;}));
        e.checked=true;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>you can set the checkbox as checked, <b>after</b> the append.</p>
<pre><code>anElem.appendChild(var e=new Element("input", 
                {'type':'checkbox','name':'mycb','checked':'checked','defaultChecked':'true'}));
        e.checked=true;</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/comment-page-1/#comment-2746</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Thu, 07 Aug 2008 12:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.mularien.com/blog/2008/08/06/stupid-ie-6-bug-182478-check-boxes-added-through-javascript-arent-checked/#comment-2746</guid>
		<description>This bug (299) is tracked over at Web Bug track
http://webbugtrack.blogspot.com/2007/11/bug-299-setattribute-checked-does-not.html

It is just one of dozens of IE bugs wrapped up in bug 244
http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html

It should be noted that your bug affects radio buttons too, and also affects both when cloning nodes in the DOM. (they&#039;ll become unchecked)</description>
		<content:encoded><![CDATA[<p>This bug (299) is tracked over at Web Bug track<br />
<a href="http://webbugtrack.blogspot.com/2007/11/bug-299-setattribute-checked-does-not.html" rel="nofollow">http://webbugtrack.blogspot.com/2007/11/bug-299-setattribute-checked-does-not.html</a></p>
<p>It is just one of dozens of IE bugs wrapped up in bug 244<br />
<a href="http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html" rel="nofollow">http://webbugtrack.blogspot.com/2007/08/bug-242-setattribute-doesnt-always-work.html</a></p>
<p>It should be noted that your bug affects radio buttons too, and also affects both when cloning nodes in the DOM. (they&#8217;ll become unchecked)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
