Closed Bug 5833 Opened 25 years ago Closed 25 years ago

Framelayout still broken ...

Categories

(Core :: Layout: Images, Video, and HTML Frames, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED WORKSFORME

People

(Reporter: garry, Assigned: pollmann)

References

()

Details

(Whiteboard: [MAKINGTEST] pglendinning@cen.com)

Attachments

(1 file)

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 ...
Attached image gif used by test.html (deleted) —
Status: NEW → ASSIGNED
Target Milestone: M7
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
Moving to M9.
Assignee: karnaze → pollmann
Status: ASSIGNED → NEW
Reassigning frameset/iframe bugs to Eric.
Whiteboard: [MAKINGTEST] pglendinning@cen.com
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
This displays correctly in today's build (the line to the right of the 5 is displayed.
Works for me: Platform: PC OS: Windows 98 Mozilla Build: 2000101020 M18 Trunk Build
Status: RESOLVED → VERIFIED
Product: Core → Core Graveyard
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.

Attachment

General

Creator:
Created:
Updated:
Size: