Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

FireFox 7 javascript window.moveto not working

  • 2 antwurd
  • 54 hawwe dit probleem
  • 9 werjeftes
  • Lêste antwurd fan 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.

Alle antwurden (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!