Closed
Bug 706772
Opened 14 years ago
Closed 14 years ago
function named "onresize" were executed when window resize
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 626963
People
(Reporter: jamincold, Unassigned)
Details
Attachments
(1 file)
|
160 bytes,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:8.0) Gecko/20100101 Firefox/8.0
Build ID: 20111104165243
Steps to reproduce:
1.Please have a html with these code:
<html>
<head>
<script type="text/javascript">
function onresize(){
alert("this should not happend");
}
</script>
</head>
<body></body>
</html>
2.open this file with firefox
3.try to change the window size
Actual results:
You'll see the alert are pop up
Expected results:
The alert should not be pop up
Status: UNCONFIRMED → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•