Closed
Bug 693151
Opened 13 years ago
Closed 13 years ago
Firefox 7.0.1 does not allow resize of popup window
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 691693
People
(Reporter: yossi, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1
Build ID: 20110928134238
Steps to reproduce:
I have a popup window which is resizing itself upon load using a call to window.resizeBy
Actual results:
With the latest release of Firefox (7.0.1) the window would not resize.
I suspect the reason is the fix of bug 565541 (https://bugzilla.mozilla.org/show_bug.cgi?id=565541) but the problem is that this is a popup window and still refuses to resize.
I have reduced the problem to the minimal code that still demonstrates it, you can find it here: http://www.eilaty.net/ff7bug/
Expected results:
The window should resize.
Reporter | ||
Comment 1•13 years ago
|
||
Seems like there are more people experiencing this problem: http://support.mozilla.com/en-US/questions/881729
Comment 2•13 years ago
|
||
Test case works for me (resizes on load and on clicking the link) on Nightly.
Possibly a duplicate of bug 691693, if you have Firebug installed, and the resizing works with it disabled.
Comment 3•13 years ago
|
||
wfm with FF7.0.1 and Seamonkey trunk on Windows/32
marking wfm
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 4•13 years ago
|
||
Well guys, it does work for me too once i disable firebug. Thanks for the quick response. Should i report the problem in the firebug community group or will this problem be fixed in Firefox?
Comment 5•13 years ago
|
||
they already know about it: https://bugzilla.mozilla.org/show_bug.cgi?id=691693#c11
Resolution: WORKSFORME → DUPLICATE
> Should i report the problem in the firebug community group
This is a known problem in firebug and will be fixed soon, thanks!
Reporter | ||
Comment 7•13 years ago
|
||
Thank you all, you've been very helpful
You need to log in
before you can comment on or make changes to this bug.
Description
•