After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 94130 - window.resizeTo doesn't work in galeon
window.resizeTo doesn't work in galeon
Status: RESOLVED DUPLICATE of bug 67866
Product: galeon
Classification: Deprecated
Component: Mozilla interaction
1.2.5
Other Linux
: Normal normal
: ---
Assigned To: Philip Langdale
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-09-25 02:56 UTC by Keith Nunn
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Keith Nunn 2002-09-25 02:56:46 UTC
works fine in Mozilla, but windows won't resize when given the command via
window.resizeto in Javascript:

window.resizeTo(640,480);

opening a window at a part5icular size works fine:

window.open(url,'het','resizable=yes,width=275,height=250'); #some options
removed for clarity#

It doesn't make sense to me that this is only true in Galeon as i thought
the Javascript was part of Gecko, but I'm clearly deluded.
Comment 1 Yanko Kaneti 2002-09-25 12:34:32 UTC

*** This bug has been marked as a duplicate of 67866 ***