Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

FireFox 7 javascript window.moveto not working

  • 2 回覆
  • 54 有這個問題
  • 9 次檢視
  • 最近回覆由 jwarren36

more options

When I create and then open an html file with FireFox 7, the window does not resize or move. This is the html in the file I open:

<script language="javascript">

window.location = 'http://www.google.com';
window.outerWidth = 1024;
window.outerHeight = 1136;
window.moveTo(0,0);
window.close;
</script>    

I create a file google.html with the above html data.

I open it using:

C:\Program Files (x86)\Mozilla Firefox\firefox.exe" '-new-window google.html

FireFox opens the webpage, but does not move or resize the window. This worked before I upgraded from FireFox 6 to FireFox 7.

When I create and then open an html file with FireFox 7, the window does not resize or move. This is the html in the file I open: <script language="javascript"> window.location = 'http://www.google.com'; window.outerWidth = 1024; window.outerHeight = 1136; window.moveTo(0,0); window.close; </script> I create a file google.html with the above html data. I open it using: C:\Program Files (x86)\Mozilla Firefox\firefox.exe" '-new-window google.html FireFox opens the webpage, but does not move or resize the window. This worked before I upgraded from FireFox 6 to FireFox 7.

所有回覆 (2)

more options

This is probably related to this change in FF7:

https://bugzilla.mozilla.org/show_bug.cgi?id=565541

more options

Aside from capriciously damaging Firefox in this way being VERY inconvenient, it DIRECTLY CONTRADICTS the settings option for

Firefox>Preferences>Content>Enable JavaScript>Advanced !

I.e. FF7 Preferences implies that users CAN allow such [usefuil!] javascript windows resizing/repositioning ... while FF7 refuses to allow users that control! BLEGH!