<?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>Francois Faubert &#187; Errors</title>
	<atom:link href="http://www.francoisfaubert.com/tag/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.francoisfaubert.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 Sep 2009 19:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Can&#8217;t move focus to control?</title>
		<link>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/</link>
		<comments>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/#comments</comments>
		<pubDate>Thu, 06 Mar 2008 20:29:27 +0000</pubDate>
		<dc:creator>francoisfaubert</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Errors]]></category>

		<guid isPermaLink="false">http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/</guid>
		<description><![CDATA[So like me you spent 30 minutes trying to fix this Internet Explorer JavaScript error ?
 Cant move focus to the control because its invisible , not enabled, or a type that does not accept the focus.
In that case don&#8217;t waste time trying to understand it, odds are you have conflicting ids in your document. [...]]]></description>
			<content:encoded><![CDATA[<p>So like me you spent 30 minutes trying to fix this Internet Explorer JavaScript error ?</p>
<p><em> Cant move focus to the control because its invisible , not enabled, or a type that does not accept the focus.</em></p>
<p>In that case don&#8217;t waste time trying to understand it, odds are you have conflicting <em>id</em>s in your document. Also, remember IE 7 and the previous versions are alone to think a <em>name</em> attribute should be treated like an <em>id</em>.</p>
<p>If that&#8217;s not it, then it&#8217;s because your html object is not considered active and visible on the page. It could be because the innerHTML is not done inserting, because the browser has not refreshed the DOM or because Orion is in Sagittarius&#8217; house, but you have to find a way to slow your code&#8217;s execution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.francoisfaubert.com/2008/03/06/cant-move-focus-to-control/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
