Closed
Bug 79438
Opened 25 years ago
Closed 25 years ago
onresize event is being called indefintely
Categories
(Core :: DOM: Events, defect)
Tracking
()
People
(Reporter: mail, Assigned: joki)
References
()
Details
Attachments
(2 files)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9) Gecko/20010505
BuildID: 20000507 and 0.9
At http://www.dylanschiemann.com, onload I set the width and height of an
iframe, and onresize and I call history.go(0) . However, in recent builds and
0.9, this causes an infinite cycle between resize and reload.
Reproducible: Always
Steps to Reproduce:
1. Run testcase
Actual Results: Browser continues to reload page in history
Expected Results: Browser will resize iframe and be finished until the browser
is resized.
This may be a regression, as it worked as I would expect until recent nightlies.
Was there a change such as a resize event of an iframe propagating to the body
tag which did not occur before?
| Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
*** This bug has been marked as a duplicate of 77321 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•25 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•