Closed
Bug 65259
Opened 25 years ago
Closed 25 years ago
Frames not rendered properly
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: oseberg, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; m18) Gecko/20010112
BuildID: 2001011204
A frameset in a frameset does not work correctly at the above URL.
Works fine for IE 5.0, Navigator 3.02, Communicator 4.71, and Opera 5.0
Reproducible: Always
Steps to Reproduce:
<html>
<head>
<title>
Example of Mozilla frames bug.
</title>
</head>
<frameset rows="100,*" border="10" frameborder="10">
<frameset cols="100,100 border="10frameborder="10">
<frame src="frame1.html" frameborder="10" scrolling="no" noresize>
<frame src="frame2.html" frameborder="10" scrolling="no" noresize>
</frameset>
<frame src="frame3.html" frameborder="10">
</frameset>
</html>
Actual Results: Got only 2 frames.
Expected Results: Should get 3 frames.
There was a missing quote.
Apparently the other browsers don't care.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
Comment 3•25 years ago
|
||
always remember that mozilla renders best when the html is fully compliant and
correct.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•