Closed
Bug 51843
Opened 24 years ago
Closed 24 years ago
setting frame location from onLoad event in other frame does not work
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: cflu, Assigned: jst)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.7 [en] (X11; U; SunOS 5.7 sun4u)
BuildID: 2000090708
The top frame of the specified site contains a JavaScript method triggered by
the onLoad handler that should immediately change the location of the bottom
frame. This normally results in the bottom frame showing the text "Hello..."
which is immediately replaced by the text "...WORLD!". In very fast browsers
you'll even see only the latter text.
Works perfectly on Netscape (4.5, Solaris) and Internet Explorer
(5.0, Windows 98), but the bottom frame is never changed in Mozilla
(build 2000090708 on Windows 98, build 2000090721 on SuSE Linux 6.3),
i.e. it only shows the text "Hello..."
Reproducible: Always
Steps to Reproduce:
1. load http://www.aidministrator.nl/mozilla_bug
Actual Results: The bottom frame contains the text "Hello..."
Expected Results: The bottom frame should contain the text "Hello..." which is
then immediately replaced by "...WORLD!"
Possible related bugs:
http://bugzilla.mozilla.org/show_bug.cgi?id=48382
http://bugzilla.mozilla.org/show_bug.cgi?id=46122
Assignee | ||
Comment 2•24 years ago
|
||
This is a dup of 48382, marking so.
*** This bug has been marked as a duplicate of 48382 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•