Closed
Bug 5833
Opened 25 years ago
Closed 25 years ago
Framelayout still broken ...
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
M10
People
(Reporter: garry, Assigned: pollmann)
References
()
Details
(Whiteboard: [MAKINGTEST] pglendinning@cen.com)
Attachments
(1 file)
(deleted),
image/gif
|
Details |
Seems like after nobody was interested in this bug at Netscape, it's made its
way in the new layout engine, too ...
Even though a fixed width of the frame component is given, the layout engine happily
ignores it and reduces its size ... see above URL for an example and description ...
P.S.: Last tested with Mozilla release M4 from April 20th ...
Comment 2•25 years ago
|
||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M7
Comment 3•25 years ago
|
||
The page looks different than IE because we are using the margin:8px in ua.css
for the body in the frameset's sub document (test.html) and IE doesn't appear to
put any margin on it. When I removed the margin:8px entry from ua.css, the test
case below displayed the gif like IE. I'm not sure what criteria we should use
in applying the body's margin in cases like this. Perhaps Peter knows.
Here is a reduced test case and test.gif is an attachment.
------ test0.html -------
<HTML>
<FRAMESET COLS="54,*" BORDER="0" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME SRC="test.html" SCROLLING="NO" NORESIZE="NORESIZE" MARGINWIDTH="0">
<FRAME
SRC="info.html" MARGINWIDTH="3" MARGINHEIGHT="3" SCROLLING="YES"
NORESIZE="NORESIZE"></FRAMESET>
</HTML>
------ test.html ------
<HTML><BODY>
<IMG SRC="test.gif" ALIGN="TOP" WIDTH="54" HEIGHT="30">
</BODY></HTML>
----- test.gif ------
see attachment
Comment 4•25 years ago
|
||
Moving to M9.
Updated•25 years ago
|
Assignee: karnaze → pollmann
Status: ASSIGNED → NEW
Comment 5•25 years ago
|
||
Reassigning frameset/iframe bugs to Eric.
Updated•25 years ago
|
Whiteboard: [MAKINGTEST] pglendinning@cen.com
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•25 years ago
|
||
This displays correctly in today's build (the line to the right of the 5 is
displayed.
Comment 7•24 years ago
|
||
Works for me:
Platform: PC
OS: Windows 98
Mozilla Build: 2000101020 M18 Trunk Build
Status: RESOLVED → VERIFIED
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
•