Closed
Bug 680014
Opened 13 years ago
Closed 13 years ago
Crash when a javascript alert is triggered on the event window.resize
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 626963
People
(Reporter: sebsmax, Unassigned)
References
()
Details
Attachments
(1 file)
43.67 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0) Gecko/20100101 Firefox/6.0
Build ID: 20110811165603
Steps to reproduce:
resizing a window with in it the event :
window.onresize = function(event) {
alert("hello");
}
that bug is being active since firefox 4 mac, and is still here with firefox 6 mac.
Actual results:
the window crash, like on the file that i've attached.
the only solution is to close the window.
Expected results:
a Javascript alert saying "hello"
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•