Closed
Bug 627311
Opened 14 years ago
Closed 14 years ago
Window unresponsive when resizing a browser window containing page that alerts on window.onresize.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 626963
People
(Reporter: markb, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b10pre) Gecko/20110119 Firefox/4.0b10pre
Build Identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b10pre) Gecko/20110119 Firefox/4.0b10pre
The browser crashes when resized if JavaScript similar to :
window.onresize = function(event) {
alert('mooo');
}
is used.
Reproducible: Always
Steps to Reproduce:
1.Go to http://happyworm.com/temp/ffox4/resizecrash2/
2.Press OK on the original alert
3.Resize browser
Actual Results:
Browser crashes and freezes, leaving a white screen.
Expected Results:
Mooo! should be alerted each time the browser is resized.
OK I got carried away - mooo (not Mooo!) should be alerted each time the browser is resized. :)
Comment 2•14 years ago
|
||
It's not a Crash. The Browser Window is "opaque" (white screen). Also, if you have 2 windows open, the other one is still alive.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Crashes when resizing a browser window containing page that alerts on window.onresize. → Window unresponsive when resizing a browser window containing page that alerts on window.onresize.
Comment 3•14 years ago
|
||
This issue is not limited to mac os x, I have experienced this on windows 7 64.
It seems that cmd+r/f5 seems to bring the page back. Odd issue.
Maybe the alert overlay is not resizing with the browser, and going over the entire browser space?
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•