Closed
Bug 602
Opened 27 years ago
Closed 26 years ago
Frames "marginwidth" and "marginheight" not implemented yet
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: angus, Assigned: karnaze)
References
()
Details
We should pass on the values of these attributes to the individual frame
documents and have them treat it properly. Currently, the framed documents are
assuming the standard 10 pixel over, 10 pixel down margins.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Component: Unknown → HTMLFrames
Reporter | ||
Comment 1•26 years ago
|
||
I think this works now, yes? If so, we should mark as fixed.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
verified
Assignee | ||
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Assignee | ||
Comment 3•26 years ago
|
||
This was not fixed yesterday. <frameset marginwidth=20> did not work. It does
work on the <body>.
Assignee | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Assignee | ||
Comment 4•26 years ago
|
||
Here is a test case.
<frameset rows=*,*,*>
<frame src=test00.html marginwidth=0 marginheight=0>
<frame src=test00.html marginwidth=10>
<frame src=test01.html marginwidthx=50 marginheightx=50>
</frameset>
-----test00.hmtl------
<body>
The 1st frame should get a marginwidth=0 marginheight=0 from the frame
The 2nd frame should get a marginwidth=10 and marginheight=0 from the frame (in
NavQuirks mode)
The 3rd frame should get a marginwidth=5 and marginheight=5 from the body
(overriding the frame)
</body>
-----test01.hmtl------
<body marginwidth=5 marginheight=5>
hello
</body>
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 5•26 years ago
|
||
Correction: in the previous example replace any occurences of marginwidthx with
marginwidth and any occurences of marginheightx with marginheight.
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 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
•