<?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/</link>
	<description>General geeky postings</description>
	<lastBuildDate>Wed, 07 Dec 2011 16:34:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Martin Kou</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-73942</link>
		<dc:creator>Martin Kou</dc:creator>
		<pubDate>Sat, 21 May 2011 11:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-73942</guid>
		<description>I&#039;ve found a pretty nice solution to this problem, by automatically translating the innerHTML operation into DOM manipulations.

Details here - http://martinkou.blogspot.com/2011/05/alternative-workaround-for-mobile.html</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found a pretty nice solution to this problem, by automatically translating the innerHTML operation into DOM manipulations.</p>
<p>Details here &#8211; <a href="http://martinkou.blogspot.com/2011/05/alternative-workaround-for-mobile.html" rel="nofollow">http://martinkou.blogspot.com/2011/05/alternative-workaround-for-mobile.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhoneGap + iPhone + xuijs .html() failing occassionaly &#124; Jeroen Wellner</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-73572</link>
		<dc:creator>PhoneGap + iPhone + xuijs .html() failing occassionaly &#124; Jeroen Wellner</dc:creator>
		<pubDate>Thu, 12 May 2011 19:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-73572</guid>
		<description>[...] PhoneGap. It looks like it is fixed in the Webkit browser on the same device. This article from John mc Kerrell in 2007 points out its a really old bug. He suggests adding a timer and try to set the innerHTML a [...]</description>
		<content:encoded><![CDATA[<p>[...] PhoneGap. It looks like it is fixed in the Webkit browser on the same device. This article from John mc Kerrell in 2007 points out its a really old bug. He suggests adding a timer and try to set the innerHTML a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-71224</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Mon, 04 Apr 2011 14:18:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-71224</guid>
		<description>Someone did file a bug, but with Apple directly: rdar://8893869

Apple forum posting: https://devforums.apple.com/message/366602</description>
		<content:encoded><![CDATA[<p>Someone did file a bug, but with Apple directly: rdar://8893869</p>
<p>Apple forum posting: <a href="https://devforums.apple.com/message/366602" rel="nofollow">https://devforums.apple.com/message/366602</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-71171</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 03 Apr 2011 21:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-71171</guid>
		<description>I can definitely verify it still happens in iOS 4.3.1 on a 3GS, as well as on several Android devices running 2.1/2.2/2.3 as well as the emulator for all of those versions.

BTW, has anyone ever filed a bug with WebKit? I&#039;ve been digging in their Bugzilla database and code and found nothing concrete so far.  If nobody else has I am going to file a bug with them.</description>
		<content:encoded><![CDATA[<p>I can definitely verify it still happens in iOS 4.3.1 on a 3GS, as well as on several Android devices running 2.1/2.2/2.3 as well as the emulator for all of those versions.</p>
<p>BTW, has anyone ever filed a bug with WebKit? I&#8217;ve been digging in their Bugzilla database and code and found nothing concrete so far.  If nobody else has I am going to file a bug with them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-69856</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Wed, 16 Mar 2011 16:00:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-69856</guid>
		<description>I had trouble with the jquery .html(&#039;foo&#039;) function not working consistently while the .text(&#039;foo&#039;) worked in the iphone safari.  Perhaps your finding explains this.</description>
		<content:encoded><![CDATA[<p>I had trouble with the jquery .html(&#8216;foo&#8217;) function not working consistently while the .text(&#8216;foo&#8217;) worked in the iphone safari.  Perhaps your finding explains this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-69441</link>
		<dc:creator>Wouter</dc:creator>
		<pubDate>Fri, 11 Mar 2011 12:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-69441</guid>
		<description>We solved this by overriding the PhoneGap.run_command function.

http://stackoverflow.com/questions/3644474/calls-to-update-dom-are-ignored-in-phonegap-app-with-iphone-3g-running-ios-3-0/5273001#5273001</description>
		<content:encoded><![CDATA[<p>We solved this by overriding the PhoneGap.run_command function.</p>
<p><a href="http://stackoverflow.com/questions/3644474/calls-to-update-dom-are-ignored-in-phonegap-app-with-iphone-3g-running-ios-3-0/5273001#5273001" rel="nofollow">http://stackoverflow.com/questions/3644474/calls-to-update-dom-are-ignored-in-phonegap-app-with-iphone-3g-running-ios-3-0/5273001#5273001</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neo</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-65039</link>
		<dc:creator>neo</dc:creator>
		<pubDate>Tue, 18 Jan 2011 10:44:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-65039</guid>
		<description>Great!! Thanks!!!
It really works.</description>
		<content:encoded><![CDATA[<p>Great!! Thanks!!!<br />
It really works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Serge</title>
		<link>http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/comment-page-1/#comment-54685</link>
		<dc:creator>Serge</dc:creator>
		<pubDate>Mon, 06 Sep 2010 00:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johnmckerrell.com/2007/03/07/problems-with-safari-and-innerhtml/#comment-54685</guid>
		<description>Thanks for detailed explanation and the code.
Your solution really helps us with our iPhone web application.</description>
		<content:encoded><![CDATA[<p>Thanks for detailed explanation and the code.<br />
Your solution really helps us with our iPhone web application.</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

