<?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: Problems with Safari and innerHTML</title>
	<atom:link href="http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/?&amp;owa_from=feed&amp;owa_sid=</link>
	<description>General geeky postings</description>
	<lastBuildDate>Thu, 26 Aug 2010 10:43:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Barry</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-49111</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Fri, 07 May 2010 20:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-49111</guid>
		<description>This worked like a charm. We were having problems with a navigation pane not appearing on an IPAD. Great tip!!!</description>
		<content:encoded><![CDATA[<p>This worked like a charm. We were having problems with a navigation pane not appearing on an IPAD. Great tip!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gil</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-26611</link>
		<dc:creator>Gil</dc:creator>
		<pubDate>Sat, 21 Mar 2009 00:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-26611</guid>
		<description>Thank you for this!!!! I am working on an iPhone application and found that this came up intermittently.</description>
		<content:encoded><![CDATA[<p>Thank you for this!!!! I am working on an iPhone application and found that this came up intermittently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: laforge</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-17225</link>
		<dc:creator>laforge</dc:creator>
		<pubDate>Mon, 08 Sep 2008 03:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-17225</guid>
		<description>interesting... I&#039;ve been suffering from the same issue in safari. I have a couple of place on my page where the results of an ajax call are inserted in the page, the first one always fails, the second is fine. 

Your solution works for me(and is also mentioned here http://www.webdeveloper.com/forum/showthread.php?t=150552) but..eh...it&#039;s a &#039;bit nasty&#039; as you say. Does anyone know the root cause of this issue? Why does safari behaves this way? 

Now that google chrome is running with Webkit, it will only become more important to get things working 100% in this engine...</description>
		<content:encoded><![CDATA[<p>interesting&#8230; I&#8217;ve been suffering from the same issue in safari. I have a couple of place on my page where the results of an ajax call are inserted in the page, the first one always fails, the second is fine. </p>
<p>Your solution works for me(and is also mentioned here <a href="http://www.webdeveloper.com/forum/showthread.php?t=150552)" rel="nofollow">http://www.webdeveloper.com/forum/showthread.php?t=150552)</a> but..eh&#8230;it&#8217;s a &#8216;bit nasty&#8217; as you say. Does anyone know the root cause of this issue? Why does safari behaves this way? </p>
<p>Now that google chrome is running with Webkit, it will only become more important to get things working 100% in this engine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Siarhei Barysiuk</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-16052</link>
		<dc:creator>Siarhei Barysiuk</dc:creator>
		<pubDate>Thu, 14 Aug 2008 13:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-16052</guid>
		<description>Hello,
Thank you very much for detailed description of this problem. It saved a lot of time for us.
We had almost the same problem and successfully fixed it.

The most important thing was that the problem appeared only after modification of window.location.

Best regards,
Siarhei Barysiuk</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you very much for detailed description of this problem. It saved a lot of time for us.<br />
We had almost the same problem and successfully fixed it.</p>
<p>The most important thing was that the problem appeared only after modification of window.location.</p>
<p>Best regards,<br />
Siarhei Barysiuk</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ariel Flesler</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-8524</link>
		<dc:creator>Ariel Flesler</dc:creator>
		<pubDate>Mon, 19 Nov 2007 14:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-8524</guid>
		<description>That&#039;s interesting. I&#039;d add a 4th parameter to allow a callback function. Someone might be want to do something, only after the content is surely loaded.</description>
		<content:encoded><![CDATA[<p>That&#8217;s interesting. I&#8217;d add a 4th parameter to allow a callback function. Someone might be want to do something, only after the content is surely loaded.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A.</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-4018</link>
		<dc:creator>A.</dc:creator>
		<pubDate>Fri, 31 Aug 2007 17:10:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-4018</guid>
		<description>Thank you for this. I was pulling my hair out working remotely from Argentina to a site that is published in Canada and no MAC to test here. You made me look good.</description>
		<content:encoded><![CDATA[<p>Thank you for this. I was pulling my hair out working remotely from Argentina to a site that is published in Canada and no MAC to test here. You made me look good.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
