<?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: Force-redraw DOM technique for WebKit-based browsers</title>
	<atom:link href="http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Terry</title>
		<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/comment-page-1/#comment-22230</link>
		<dc:creator>Terry</dc:creator>
		<pubDate>Sat, 27 Mar 2010 19:19:13 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11973#comment-22230</guid>
		<description>This works for UIWebView also. My app is sending UITouch event objects to a javascript function every 20 milliseconds but my animation looked like 4 frames per second. It&#039;s all good now and I&#039;m jazzed to be creating touch interactions in javascript. Thanks one million!</description>
		<content:encoded><![CDATA[<p>This works for UIWebView also. My app is sending UITouch event objects to a javascript function every 20 milliseconds but my animation looked like 4 frames per second. It&#8217;s all good now and I&#8217;m jazzed to be creating touch interactions in javascript. Thanks one million!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thomp132</title>
		<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/comment-page-1/#comment-13272</link>
		<dc:creator>thomp132</dc:creator>
		<pubDate>Mon, 16 Nov 2009 18:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11973#comment-13272</guid>
		<description>Thanks for the tip...

I was having a problem in Mobile Safari (iPhone/iPod) where the text in a text box wasn&#039;t being repainted/rendered properly when typing.

I placed this &#039;webkitTranform&#039; style onto the element during the keypress event and everything repainted nicely.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip&#8230;</p>
<p>I was having a problem in Mobile Safari (iPhone/iPod) where the text in a text box wasn&#8217;t being repainted/rendered properly when typing.</p>
<p>I placed this &#8216;webkitTranform&#8217; style onto the element during the keypress event and everything repainted nicely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miller Medeiros</title>
		<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/comment-page-1/#comment-12821</link>
		<dc:creator>Miller Medeiros</dc:creator>
		<pubDate>Tue, 10 Nov 2009 18:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11973#comment-12821</guid>
		<description>I&#039;ve solved it on swffit [http://code.google.com/p/swffit/] giving the focus to the HTML (I&#039;m not sure why I&#039;ve used this specific technique..):

document.getElementsByTagName(&#039;html&#039;)[0].focus();

On a previous project I&#039;ve &quot;changed&quot; the className and it also worked (just can&#039;t remember if it was for WebKit browsers):

document.getElementById(&#039;my_element&#039;).className += &#039;&#039;;

Changing properties like &quot;display&quot;, &quot;border&quot;, &quot;padding&quot; or calling &quot;window.scrollBy(1,0)&quot; also forces the browser to re-render.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved it on swffit [http://code.google.com/p/swffit/] giving the focus to the HTML (I&#8217;m not sure why I&#8217;ve used this specific technique..):</p>
<p>document.getElementsByTagName(&#8216;html&#8217;)[0].focus();</p>
<p>On a previous project I&#8217;ve &#8220;changed&#8221; the className and it also worked (just can&#8217;t remember if it was for WebKit browsers):</p>
<p>document.getElementById(&#8216;my_element&#8217;).className += &#8221;;</p>
<p>Changing properties like &#8220;display&#8221;, &#8220;border&#8221;, &#8220;padding&#8221; or calling &#8220;window.scrollBy(1,0)&#8221; also forces the browser to re-render.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Fuchs</title>
		<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/comment-page-1/#comment-9471</link>
		<dc:creator>Thomas Fuchs</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11973#comment-9471</guid>
		<description>@smfr I couldn&#039;t isolate it into a reduced test case, so I didn&#039;t file a bug for this, but you&#039;re right, I should! :)</description>
		<content:encoded><![CDATA[<p>@smfr I couldn&#8217;t isolate it into a reduced test case, so I didn&#8217;t file a bug for this, but you&#8217;re right, I should! <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: smfr</title>
		<link>http://mir.aculo.us/2009/09/25/force-redraw-dom-technique-for-webkit-based-browsers/comment-page-1/#comment-9470</link>
		<dc:creator>smfr</dc:creator>
		<pubDate>Sat, 26 Sep 2009 15:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us/?p=11973#comment-9470</guid>
		<description>Did you file a bug on the underlying issue about changing innerHTML?</description>
		<content:encoded><![CDATA[<p>Did you file a bug on the underlying issue about changing innerHTML?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

