Closed
Bug 205716
Opened 23 years ago
Closed 23 years ago
window not opening in frameset
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: cubegal6, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030514
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4b) Gecko/20030514
blank.htm gets reloaded within frame1 instead of test2.htm. However, test2.htm
sometimes does load after hitting refresh a few times.
Used to load correctly in mozilla version 1.3.
Reproducible: Always
Steps to Reproduce:
1. Defined frameset with 2 frames in html page..
<html>
<head>
<title>testmozilla</title>
</head>
<frameset rows="70%,30%" frameborder="1">
<frame src="blank.htm" name="frame1" id="frame1">
<frame src="test1.htm" name="frame2" id="frame2" >
</FRAMESET>
</html>
2. Within test1.htm, try to open another html file, test2.htm in frame1....
window.open("test2.htm", "frame1");
Actual Results:
blank.htm gets reloaded instead of test2.htm
Expected Results:
test2.htm should get loaded in frame1
window now opens okay with Build ID: 2003060308
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•