Closed
Bug 244715
Opened 21 years ago
Closed 21 years ago
resize event triggered even for reload
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: rganesan, Unassigned)
Details
Attachments
(1 file)
159 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040514
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040514
The resize event gets triggered even for the reload of the page.
Reproducible: Always
Steps to Reproduce:
1.Load the testcase (test.html)
2.Press the reload button
3.
Actual Results:
Relaod event gets triggered and the alert box is displayed
Expected Results:
Reload should not trigger resize. So we shouldn't be seeing any alert box like IE.
I frist saw this bug in Epiphany 1.2.5 on loading www.colgate.com. Then I made a
simple testcase for this. I have put my comments in the bug
http://bugzilla.mozilla.org/show_bug.cgi?id=195057
Its my bad, In the testcase I should have put window.resize=redo instead of
window.resize=redo(). When I make that change it works fine.
![]() |
||
Comment 3•21 years ago
|
||
Yeah, this is invalid.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•