Closed Bug 55926 Opened 24 years ago Closed 24 years ago

IFRAMES with width: 100% are not rendering correctly

Categories

(Core :: Layout, defect, P3)

x86
Linux
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: djoham, Assigned: clayton)

Details

Attachments

(1 file)

From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux 2.2.15-4mdk i686; en-US; m18) Gecko/20001009 BuildID: 2000100906 Using CSS1 width for IFRAMES does not yield the desired results. width: 100% does not contstrain itself to the borders of its parent Reproducible: Always Steps to Reproduce: 1) open the test case I'll submit Notice on the IFRAME, the border on the right is outside of the table cell. The SELECT renders the way I would expect Actual Results: The IFRAME escapes it's borders. Expected Results: In this case, I would expect the IFRAME to be rendered just as the SELECT
Attached file test case
Per CSS we are doing the right thing. 'width' does not include borders or margins. If you do width: auto; display: block; ...instead of width:100%, it should work as expected. The SELECT is special cased for backwards-compatability using the -moz-box-sizing hack.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Reassigning QA Contact for all open and unverified bugs previously under Lorca's care to Gerardo as per phone conversation this morning.
QA Contact: lorca → gerardok
qa contact updated.
QA Contact: gerardok → bsharma
SPAM. HTML Element component deprecated, changing component to Layout. See bug 88132 for details.
Component: HTML Element → Layout
QA Contact: bsharma → moied
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: