Closed
Bug 3182
Opened 26 years ago
Closed 25 years ago
IFRAME Box Model
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M8
People
(Reporter: erik, Assigned: pollmann)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
Shouldn't the box model for inline frames follow the standard box model?
<iframe src="foo.html" style="width: 100px; border: 10px solid red;">
</iframe>
should giva a total width of 120px.
There is also problems with the drawing of the right and bottom border. See
sample.
Updated•26 years ago
|
Assignee: peterl → karnaze
Component: Style System → Layout
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M4
Updated•26 years ago
|
Target Milestone: M4 → M5
Comment 1•26 years ago
|
||
Moving to M5
Updated•26 years ago
|
QA Contact: 4110 → 3849
Updated•26 years ago
|
Target Milestone: M5 → M6
Comment 2•26 years ago
|
||
Moving to M6
Comment 3•25 years ago
|
||
Moving to M8
Updated•25 years ago
|
Assignee: karnaze → pollmann
Status: ASSIGNED → NEW
Component: Layout → HTMLFrames
Comment 4•25 years ago
|
||
Reassigning frameset/iframe bugs to Eric.
Assignee | ||
Comment 5•25 years ago
|
||
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•25 years ago
|
||
This works now.
I altered the source so you can see this more clearly. I've attached the
altered page as a test case. Also at:
http://blueviper/frames/iframeboxmodel.html
To verify that this works as expected, notice that there is a 1 pixel red line
to the right of and to the bottom of the green box containing "<IFRAME>". The
red DIV and the green IFRAME are not being drawn as the same size, shifted 1
pixel apart.
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
•