Closed
Bug 717115
Opened 13 years ago
Closed 13 years ago
Firefox ui rendering stops on an alert in an onresize event
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 626963
People
(Reporter: marcasteleon, Unassigned)
Details
Attachments
(1 file)
206 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20100101 Firefox/10.0
Build ID: 20120104111456
Steps to reproduce:
window.onresize=function(){ alert('example'); };
or
window.addEventListener("resize", function(){ alert('example'); } ,false);
Actual results:
firefox ui disappear and only you can see the frame of firefox window. I tested it on two windows 7 pcs with aero theme
Expected results:
show an alert
Reporter | ||
Updated•13 years ago
|
Comment 1•13 years ago
|
||
Please attach a testcase using the "addn an attachment" link.
Reporter | ||
Comment 2•13 years ago
|
||
it happens on firefox 8 and 9 final release too.
Reporter | ||
Comment 3•13 years ago
|
||
Updated•13 years ago
|
Attachment #587559 -
Attachment mime type: text/plain → text/html
Updated•13 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 13 years ago
Keywords: dom2
Resolution: --- → DUPLICATE
Summary: firefox ui crashes on an alert in an onresize event → Firefox ui rendering stops on an alert in an onresize event
You need to log in
before you can comment on or make changes to this bug.
Description
•