<?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: offsetWidth/offsetHeight useless in IE9, FF4*</title>
	<atom:link href="http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/feed/" rel="self" type="application/rss+xml" />
	<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/</link>
	<description>web design, web development tools and tutorials from Plovdiv, Bulgaria</description>
	<lastBuildDate>Thu, 17 May 2012 05:06:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Vasil Dinkov</title>
		<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/comment-page-1/#comment-300</link>
		<dc:creator>Vasil Dinkov</dc:creator>
		<pubDate>Tue, 05 Jul 2011 07:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://vadikom.com/?p=1077#comment-300</guid>
		<description>&lt;blockquote&gt;It seems that FF5 has fixed this behaviour.&lt;/blockquote&gt;

Hmm, how did you test this? I still get integer values in FF5/Mac for offsetWidth/Height and the &lt;a href=&quot;http://vadikom.com/demos/offsetwidth-offsetheight-issue-in-ie9-firefox4/demo.html&quot; rel=&quot;nofollow&quot;&gt;demo page&lt;/a&gt; still shows the issue for me.</description>
		<content:encoded><![CDATA[<blockquote><p>It seems that FF5 has fixed this behaviour.</p></blockquote>
<p>Hmm, how did you test this? I still get integer values in FF5/Mac for offsetWidth/Height and the <a href="http://vadikom.com/demos/offsetwidth-offsetheight-issue-in-ie9-firefox4/demo.html" rel="nofollow">demo page</a> still shows the issue for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaxArt</title>
		<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/comment-page-1/#comment-299</link>
		<dc:creator>MaxArt</dc:creator>
		<pubDate>Tue, 05 Jul 2011 00:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://vadikom.com/?p=1077#comment-299</guid>
		<description>This is terrible!
getComputedStyle is around 5 times slower than accessing offsetWidth in IE9 (even using .width insted of .getPropertyValue(&#039;width&#039;) ), it&#039;d be a real pain when you have to resize a lot of elements correctly.

It seems that FF5 has fixed this behaviour. Sadly, the issue with IE9 still remains.</description>
		<content:encoded><![CDATA[<p>This is terrible!<br />
getComputedStyle is around 5 times slower than accessing offsetWidth in IE9 (even using .width insted of .getPropertyValue('width') ), it'd be a real pain when you have to resize a lot of elements correctly.</p>
<p>It seems that FF5 has fixed this behaviour. Sadly, the issue with IE9 still remains.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leo yin</title>
		<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/comment-page-1/#comment-298</link>
		<dc:creator>leo yin</dc:creator>
		<pubDate>Sat, 02 Jul 2011 14:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://vadikom.com/?p=1077#comment-298</guid>
		<description>you can try set the body&#039;s height 100% ,and use get the  body&#039;s height ,you can get the window &#039;s offsetHeight.</description>
		<content:encoded><![CDATA[<p>you can try set the body's height 100% ,and use get the  body's height ,you can get the window 's offsetHeight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vasil Dinkov</title>
		<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/comment-page-1/#comment-292</link>
		<dc:creator>Vasil Dinkov</dc:creator>
		<pubDate>Mon, 13 Jun 2011 19:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://vadikom.com/?p=1077#comment-292</guid>
		<description>Good question :) As far as I can see, in FF4 getBoundingClientRect() returns even preciser float values for width/height than getComputedStyle() (e.g. 1994.36669921875) while in IE9 the returned values are integers and are equal to offsetWidth/Height. So both browsers are inconsistent here.</description>
		<content:encoded><![CDATA[<p>Good question <img src='http://vadikom.com/wp-content/plugins/tango-smilies/tango/face-smile.png' alt=':)' class='wp-smiley' />  As far as I can see, in FF4 getBoundingClientRect() returns even preciser float values for width/height than getComputedStyle() (e.g. 1994.36669921875) while in IE9 the returned values are integers and are equal to offsetWidth/Height. So both browsers are inconsistent here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oliver</title>
		<link>http://vadikom.com/dailies/offsetwidth-offsetheight-useless-in-ie9-firefox4/comment-page-1/#comment-291</link>
		<dc:creator>Oliver</dc:creator>
		<pubDate>Mon, 13 Jun 2011 13:33:38 +0000</pubDate>
		<guid isPermaLink="false">http://vadikom.com/?p=1077#comment-291</guid>
		<description>Does it affect getClientBoundingRect() too? That&#039;s not available on FF2 or Safari3 of course.</description>
		<content:encoded><![CDATA[<p>Does it affect getClientBoundingRect() too? That's not available on FF2 or Safari3 of course.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

