Open
Bug 197098
Opened 22 years ago
Updated 3 years ago
frameset onload fires before frame onloads have on quick reload
Categories
(Core :: DOM: Navigation, defect)
Core
DOM: Navigation
Tracking
()
NEW
People
(Reporter: lenertj, Unassigned)
Details
Attachments
(1 file)
401 bytes,
text/html
|
Details |
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows 98; Win 9x 4.90; .NET CLR 1.0.3705)
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3b) Gecko/20030210
When I press and hold F5 (reload) method onload of frameset doesn't work
correctly.
Reproducible: Always
Steps to Reproduce:
1.hold F5
Reporter | ||
Comment 1•22 years ago
|
||
Reporter | ||
Comment 2•22 years ago
|
||
Tested with 1.2b and no problem.
Problem in 1.3b.
Summary: frameset onload go without → frameset onload go without
![]() |
||
Comment 3•22 years ago
|
||
What is the expected behavior of that testcase?
Reporter | ||
Comment 4•22 years ago
|
||
after holding F5 frameset reload:
OK - without any message
ERR - with javascript message alert 'y'
(frameset method onload=nacteno() before frame method onload=nacteno2())
![]() |
||
Comment 5•22 years ago
|
||
Well, I don't see an alert on reload with a current Linux trunk build
(2003-03-09-05). Could you please retest with a recent build?
Reporter | ||
Comment 6•22 years ago
|
||
No, I have Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.3) Gecko/20030312
and same problem.
Reporter | ||
Comment 7•22 years ago
|
||
Now I test this with:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030206
and
Mozilla 1.4a - Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4a) Gecko/20030313
Same problem after reload this page (as local file or localhost) and pressed
RELOAD button quickly - message alert showed.
![]() |
||
Comment 9•21 years ago
|
||
So the key here is to hit reload twice quickly (so the second reload happens
while the page is loading).
Nothing to do with DOM; this is a progress listener notification issue....
Assignee: general → adamlock
Status: UNCONFIRMED → NEW
Component: DOM: HTML → Embedding: Docshell
Ever confirmed: true
OS: Windows ME → All
QA Contact: desale → adamlock
Hardware: PC → All
Summary: frameset onload go without → frameset onload fires before frame onloads have on quick reload
Updated•16 years ago
|
Assignee: adamlock → nobody
QA Contact: adamlock → docshell
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•