Closed
Bug 117756
Opened 23 years ago
Closed 11 years ago
window.resizeTo() fails to resize the window (size_to signal is not emmited)
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: yaneti, Assigned: blizzard)
References
()
Details
from galeon bug http://bugzilla.gnome.org/show_bug.cgi?id=67866
by gareth@omnipotent.net (Gareth Watts):
I'm using the latest 1.0.2 debian package of Galeon.
The following page contains a link which opens a popup window. A link in
that target window should then increase the height/width of the window
using the resizeTo() method. It appears that mozilla increases the area of
the page but Galeon doesn't increase the size of the window to suit. Works
fine in Mozilla/Netscape/IE.
See: http://omnipotent.net/popuptest/
![]() |
||
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Setting window.outerWidth and window.outerHeight seems to have the same problem.
(Setting window.innerWidth and window.innerHeight sort of works, as long as you
don't set both at the same time.)
The parenthetical comment in comment 1 is now bug 230943.
Comment 3•21 years ago
|
||
I don't know if you mentionned it but javascript:window.resizeTo() works with
Mozilla 1.6 ans 1.7RC but fails only with Firefox 0.8
Comment 4•21 years ago
|
||
You asked feedback for Firefox 9.0RC so here it is :-)
resizeTo() still not working, you can check it here :
http://www.andrewwooldridge.com/dreamweaver/actions/resizetowindow1/ResizeTo%20Window.htm
Comment 5•20 years ago
|
||
*** Bug 255183 has been marked as a duplicate of this bug. ***
Comment 6•20 years ago
|
||
I have to say It was not working with v9.0 but since 9.1 it does !
Shoudn't this bug set as "resolved" ?
I assume the previous comment is about firefox... This bug is about the gtk
embedding widget. It was posted by galeon people.. Does firefox use this widget
or does it do it differently? I assume that because it is written in xul it
wouldn't use this. If it does use this widget then will galeon work now? This
bug shouldn't be closed until it's possible for galeon to receive size_to
signals of course...
P.S. Don't forget to vote for this bug...
Comment 8•19 years ago
|
||
Still seeing this problem in Epiphany (using the gtk embed widget like Galeon) with ff 1.5.
Updated•15 years ago
|
QA Contact: pavlov → gtk-widget
Updated•13 years ago
|
Product: Core → Core Graveyard
Reporter | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•