<?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: MozAfterPaint: Being able to get a callback event on repaint</title>
	<atom:link href="http://ajaxian.com/archives/mozafterpaint/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/mozafterpaint</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268169</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 15 Oct 2008 18:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268169</guid>
		<description>I&#039;ve been using DOMSubtreeModified and comparing dimensions to a cache, but this performs badly. (It does perform better with the check against a cache than without, to be clear.) :(</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using DOMSubtreeModified and comparing dimensions to a cache, but this performs badly. (It does perform better with the check against a cache than without, to be clear.) :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268159</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Wed, 15 Oct 2008 03:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268159</guid>
		<description>After a little more research, perhaps onpropertychange for IE, and addEvent(&quot;DOMAttrModified&quot;.....) for the rest</description>
		<content:encoded><![CDATA[<p>After a little more research, perhaps onpropertychange for IE, and addEvent(&#8220;DOMAttrModified&#8221;&#8230;..) for the rest</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268158</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 15 Oct 2008 02:56:15 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268158</guid>
		<description>@TNO: Unfortunately, only IE supports onresize firing for element dimension changes; all other browsers only fire onresize when the window changes dimensions, regardless of where the event is attached.</description>
		<content:encoded><![CDATA[<p>@TNO: Unfortunately, only IE supports onresize firing for element dimension changes; all other browsers only fire onresize when the window changes dimensions, regardless of where the event is attached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TNO</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268150</link>
		<dc:creator>TNO</dc:creator>
		<pubDate>Tue, 14 Oct 2008 17:41:26 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268150</guid>
		<description>Perhaps this (untested)?
http://msdn.microsoft.com/en-us/library/ms536959(VS.85).aspx</description>
		<content:encoded><![CDATA[<p>Perhaps this (untested)?<br />
<a href="http://msdn.microsoft.com/en-us/library/ms536959(VS.85).aspx" rel="nofollow">http://msdn.microsoft.com/en-us/library/ms536959(VS.85).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268148</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Tue, 14 Oct 2008 16:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268148</guid>
		<description>Can&#039;t you basically do this with the DOMSubtreeModified event? Am I misunderstanding or is this just sugar around that event?
.
Incidentally, I&#039;d love to be able to get an event specifically when an element&#039;s dimensions change. Does anyone know of anything like that?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t you basically do this with the DOMSubtreeModified event? Am I misunderstanding or is this just sugar around that event?<br />
.<br />
Incidentally, I&#8217;d love to be able to get an event specifically when an element&#8217;s dimensions change. Does anyone know of anything like that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Schill</title>
		<link>http://ajaxian.com/archives/mozafterpaint/comment-page-1#comment-268147</link>
		<dc:creator>Schill</dc:creator>
		<pubDate>Tue, 14 Oct 2008 15:54:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4749#comment-268147</guid>
		<description>This could be cool for performance testing, ie., literally highlighting how JS may cause larger reflow operations than you might intend and perhaps helping find more optimal ways to update the DOM.
&#160;
I think the flash player&#039;s context menu includes &quot;show redraw regions&quot; as one of the items, which is neat.</description>
		<content:encoded><![CDATA[<p>This could be cool for performance testing, ie., literally highlighting how JS may cause larger reflow operations than you might intend and perhaps helping find more optimal ways to update the DOM.<br />
&nbsp;<br />
I think the flash player&#8217;s context menu includes &#8220;show redraw regions&#8221; as one of the items, which is neat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

