<?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: Javascript window.open sizes not reliable?</title>
	<atom:link href="http://www.twisty.com/bandwagon/archives/2005/03/20/224617/feed" rel="self" type="application/rss+xml" />
	<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617</link>
	<description>Hitch your wagon to a chicken</description>
	<lastBuildDate>Thu, 15 Jul 2010 13:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dwight Vietzke</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-47132</link>
		<dc:creator>Dwight Vietzke</dc:creator>
		<pubDate>Wed, 01 Aug 2007 17:50:05 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-47132</guid>
		<description>&lt;p&gt;I googled this post and thought I would add this new comment.&lt;/p&gt;

&lt;p&gt;Having a similar problem with IE 7.0 after upgrading. IE now makes my popups wider than specified by the window.open() stuff. Very annoying! 
I googled everywhere, and no good info. For my 215px wide, 270px high popup, IE adds 35px&#039;s to 
the width. Maybe I&#039;m doing something wrong, but they worked before in all browsers and now only IE screws them up!&lt;/p&gt;

&lt;p&gt;If you know a fix, post anywhere and I will eventually find it.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I googled this post and thought I would add this new comment.</p>

<p>Having a similar problem with IE 7.0 after upgrading. IE now makes my popups wider than specified by the window.open() stuff. Very annoying! 
I googled everywhere, and no good info. For my 215px wide, 270px high popup, IE adds 35px&#8217;s to 
the width. Maybe I&#8217;m doing something wrong, but they worked before in all browsers and now only IE screws them up!</p>

<p>If you know a fix, post anywhere and I will eventually find it.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ruud</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-870</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Fri, 17 Feb 2006 15:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-870</guid>
		<description>&lt;p&gt;Some of my previous remarks were left out, but check this website for xWidth and xHeight:
http://www.cross-browser.com/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Some of my previous remarks were left out, but check this website for xWidth and xHeight:
<a href="http://www.cross-browser.com/" rel="nofollow">http://www.cross-browser.com/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Ruud</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-869</link>
		<dc:creator>Ruud</dc:creator>
		<pubDate>Fri, 17 Feb 2006 15:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-869</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I had exactly the seem problem (sort of) Safari and FF on mac both do seem to have this problem. I fixed the wrong size by resizing them within the popup window itself by using some of the cross-browser xLibrary and the following lines of code:&lt;/p&gt;

&lt;p&gt;window.resizeBy(950-xWidth(document),665-xHeight(document))&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I had exactly the seem problem (sort of) Safari and FF on mac both do seem to have this problem. I fixed the wrong size by resizing them within the popup window itself by using some of the cross-browser xLibrary and the following lines of code:</p>

<p>window.resizeBy(950-xWidth(document),665-xHeight(document))</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-236</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-236</guid>
		<description>&lt;p&gt;Just found this &lt;a href=&quot;http://jibbering.com/du/MozPopupHelpTestcaseDebugger.html&quot;&gt;uber-test page for javascript popup windows&lt;/a&gt;.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just found this <a href="http://jibbering.com/du/MozPopupHelpTestcaseDebugger.html">uber-test page for javascript popup windows</a>.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-237</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-237</guid>
		<description>&lt;p&gt;An update: since this article was posted, Safari has been updated. (The most current version at the time of posting was Safari 1.2.4 [v125.12]). The new version (1.3 for Mac OS 10.3.9) fares much better, giving the correct width, but still not the right height (it seems to be 1 pixel shorter than requested).&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>An update: since this article was posted, Safari has been updated. (The most current version at the time of posting was Safari 1.2.4 [v125.12]). The new version (1.3 for Mac OS 10.3.9) fares much better, giving the correct width, but still not the right height (it seems to be 1 pixel shorter than requested).</p>]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.twisty.com/bandwagon/archives/2005/03/20/224617/comment-page-1#comment-238</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://trunk.www.twisty.coronationroad/bandwagon/?p=225#comment-238</guid>
		<description>&lt;p&gt;In Safari 2.0 (Under tiger) the width seems to be fine in your test page, but the height opens 1 pixel short. First too long... now to short ?!? What the hell Apple. I seem to be having trouble with Javasscript all over the place. Google Maps no longer works at all.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In Safari 2.0 (Under tiger) the width seems to be fine in your test page, but the height opens 1 pixel short. First too long&#8230; now to short ?!? What the hell Apple. I seem to be having trouble with Javasscript all over the place. Google Maps no longer works at all.</p>]]></content:encoded>
	</item>
</channel>
</rss>
