[Camino] Broken Javascript?

paulc <[email protected]> Tue, 27 May 2008 16:48:39 -0400
Newsgroups gmane.comp.mozilla.chimera
Message-ID <p06240800c4622310ab32__15612.4753914357$1211921397$gmane$org@[66.108.40.188]>
A while ago I found a small snippet of javascript that would set up 
my man browser window to some exact specs. I made it into a button on 
Camino, Safari, & Firefox (i.e. I used that snippet as the URL). The 
snippet is:

javascript:self.moveTo(0,0);self.resizeTo(1040,screen.availHeight);

However, it seems that with 1.6/1.6.1, this is now broken. How come; 
I am curious because it works fine in the latest versions of Safari & 
Firefox.